Shades of Cocoa Brown #361E04
Tints of Cocoa Brown #361E04
RGB
CMYK
RGB Variations
Color information
#361E04 (or 0x361E04) is known color: Cocoa Brown. HEX triplet: 36, 1E and 04. RGB value is (54,30,4). Sum of RGB (Red+Green+Blue) = 54+30+4=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #361E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E04 is #C9E1FB. Grayscale: #222222. Windows color (decimal): -13230588 or 269878. OLE color: 269878.
HSL color Cylindrical-coordinate representation of color #361E04: hue angle of 31.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361E04 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 4 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.79 |
| HSL | 31.2º | 0.86% | 0.11% | - |
| HSV(B) | 31.2º | 0.93% | 0.21% | - |
| XYZ | 2.01 | 1.72 | 0.34 | - |
| YUV | 34.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 4 | 0 | 0.44 | 0.93 | 0.79 | 31.2 | 0.86 | 0.11 |
| Hex | 36 | 1E | 4 | 0 | 2C | 5D | 4F | 1F | 56 | B |
| Octal | 66 | 36 | 4 | 0 | 54 | 135 | 117 | 37 | 126 | 13 |
| Binary | 110110 | 11110 | 100 | 0 | 101100 | 1011101 | 1001111 | 11111 | 1010110 | 1011 |
Color Harmonies of #361E04
Complementary color
Monochromatic Colors of #361E04
Black with #361E04
Text Example
Text Example
White with #361E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E04; }
p { color: rgb(54,30,4); }
H1.HeaderClassName
{
color: #361E04;
}
.AnyTagClassName
{
color: #361E04;
}
</style>
background-color css
<style>
a { background-color: #361E04; }
a { background-color: rgb(54,30,4); }
div.DivClassName
{
background-color: #361E04;
}
.BgClassName
{
background-color: #361E04;
}
</style>
border-color css
<style>
span { border-color: #361E04; }
span { border-color: rgb(54,30,4); }
td.TdClassName
{
border-color: #361E04;
}
.TagClassName
{
border-color: #361E04;
}
</style>