File Coverage

blib/lib/Graphics/ColorNamesCMYK/ToutesLesCouleursCom/Brown.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::Brown;
2              
3 1     1   410988 use strict;
  1         2  
  1         293  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-05-06'; # DATE
7             our $DIST = 'Graphics-ColorNamesCMYK-ToutesLesCouleursCom'; # DIST
8             our $VERSION = '0.001'; # VERSION
9              
10             our $NAMES_CMYK_TABLE = {
11             'brown' => 0x00225140, # 0,34,81,64
12             'mahogany' => 0x00334f2f, # 0,51,79,47
13             'chestnut' => 0x00264d23, # 0,38,77,35
14             'amber' => 0x00136406, # 0,19,100,6
15             'auburn' => 0x003d5c26, # 0,61,92,38
16             'suntan' => 0x0016352d, # 0,22,53,45
17             'beige' => 0x000e2516, # 0,14,37,22
18             'light beige' => 0x00000a28, # 0,0,10,40
19             'beigeasse' => 0x00051e1f, # 0,5,30,31
20             'bistre' => 0x001e314c, # 0,30,49,76
21             'bistre' => 0x00122a30, # 0,18,42,48
22             'bitumen' => 0x00163145, # 0,22,49,69
23             'blet' => 0x00225140, # 0,34,81,64
24             'brick' => 0x00415030, # 0,65,80,48
25             'bronze' => 0x0014493e, # 0,20,73,62
26             'walnut brou' => 0x002e5e4b, # 0,46,94,75
27             'office' => 0x0013363a, # 0,19,54,58
28             'cocoa' => 0x0017283e, # 0,23,40,62
29             'cachou' => 0x002b4a52, # 0,43,74,82
30             'cafe' => 0x00226349, # 0,34,99,73
31             'latte' => 0x00163d35, # 0,22,61,53
32             'cannelle' => 0x001e3a33, # 0,30,58,51
33             'caramel' => 0x003c6433, # 0,60,100,51
34             'chestnut' => 0x000f1e32, # 0,15,30,50
35             'light' => 0x0016352d, # 0,22,53,45
36             'cauldron' => 0x00265930, # 0,38,89,48
37             'chocolate' => 0x00243e41, # 0,36,62,65
38             'pumpkin' => 0x002d500d, # 0,45,80,13
39             'fauve' => 0x00365f20, # 0,54,95,32
40             'sheet-dead' => 0x002f4828, # 0,47,72,40
41             'grege' => 0x0007131b, # 0,7,19,27
42             'moorish grey' => 0x000a243b, # 0,10,36,59
43             'lavalliere' => 0x00264c2c, # 0,38,76,44
44             'brown' => 0x00356441, # 0,53,100,65
45             'mordore' => 0x0022512f, # 0,34,81,47
46             'hazel' => 0x002a492a, # 0,42,73,42
47             'burnt orange' => 0x003a6414, # 0,58,100,20
48             'chip' => 0x00485845, # 0,72,88,69
49             'red bismarck' => 0x004d5e23, # 0,77,94,35
50             'red tomette' => 0x00394620, # 0,57,70,32
51             'rust' => 0x002b5528, # 0,43,85,40
52             'beef blood' => 0x005d6437, # 0,93,100,55
53             'senois' => 0x00374a2d, # 0,55,74,45
54             'sepia' => 0x00111d22, # 0,17,29,34
55             'sepia' => 0x00152b20, # 0,21,43,32
56             'tobacco' => 0x002f5126, # 0,47,81,38
57             'sienna' => 0x00293f2c, # 0,41,63,44
58             'umber' => 0x00071b3e, # 0,7,27,62
59             'umber' => 0x0019492b, # 0,25,73,43
60             'vanilla' => 0x0008200c, # 0,8,32,12
61             };
62              
63              
64             1;
65             # ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (brown)
66              
67             __END__