Shades of Cocoa Brown #361E03
Tints of Cocoa Brown #361E03
RGB
CMYK
RGB Variations
Color information
#361E03 (or 0x361E03) is known color: Cocoa Brown. HEX triplet: 36, 1E and 03. RGB value is (54,30,3). Sum of RGB (Red+Green+Blue) = 54+30+3=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E03 is #C9E1FC. Grayscale: #222222. Windows color (decimal): -13230589 or 204342. OLE color: 204342.
HSL color Cylindrical-coordinate representation of color #361E03: hue angle of 31.76º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #361E03 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 3 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.79 |
| HSL | 31.76º | 0.89% | 0.11% | - |
| HSV(B) | 31.76º | 0.94% | 0.21% | - |
| XYZ | 2 | 1.72 | 0.31 | - |
| YUV | 34.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 3 | 0 | 0.44 | 0.94 | 0.79 | 31.76 | 0.89 | 0.11 |
| Hex | 36 | 1E | 3 | 0 | 2C | 5E | 4F | 20 | 59 | B |
| Octal | 66 | 36 | 3 | 0 | 54 | 136 | 117 | 40 | 131 | 13 |
| Binary | 110110 | 11110 | 11 | 0 | 101100 | 1011110 | 1001111 | 100000 | 1011001 | 1011 |
Color Harmonies of #361E03
Complementary color
Monochromatic Colors of #361E03
Black with #361E03
Text Example
Text Example
White with #361E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E03; }
p { color: rgb(54,30,3); }
H1.HeaderClassName
{
color: #361E03;
}
.AnyTagClassName
{
color: #361E03;
}
</style>
background-color css
<style>
a { background-color: #361E03; }
a { background-color: rgb(54,30,3); }
div.DivClassName
{
background-color: #361E03;
}
.BgClassName
{
background-color: #361E03;
}
</style>
border-color css
<style>
span { border-color: #361E03; }
span { border-color: rgb(54,30,3); }
td.TdClassName
{
border-color: #361E03;
}
.TagClassName
{
border-color: #361E03;
}
</style>