Shades of Cocoa Brown #361E05
Tints of Cocoa Brown #361E05
RGB
CMYK
RGB Variations
Color information
#361E05 (or 0x361E05) is known color: Cocoa Brown. HEX triplet: 36, 1E and 05. RGB value is (54,30,5). Sum of RGB (Red+Green+Blue) = 54+30+5=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E05 is #C9E1FA. Grayscale: #222222. Windows color (decimal): -13230587 or 335414. OLE color: 335414.
HSL color Cylindrical-coordinate representation of color #361E05: hue angle of 30.61º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361E05 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 5 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.79 |
| HSL | 30.61º | 0.83% | 0.12% | - |
| HSV(B) | 30.61º | 0.91% | 0.21% | - |
| XYZ | 2.01 | 1.72 | 0.37 | - |
| YUV | 34.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 5 | 0 | 0.44 | 0.91 | 0.79 | 30.61 | 0.83 | 0.12 |
| Hex | 36 | 1E | 5 | 0 | 2C | 5B | 4F | 1F | 53 | C |
| Octal | 66 | 36 | 5 | 0 | 54 | 133 | 117 | 37 | 123 | 14 |
| Binary | 110110 | 11110 | 101 | 0 | 101100 | 1011011 | 1001111 | 11111 | 1010011 | 1100 |
Color Harmonies of #361E05
Complementary color
Monochromatic Colors of #361E05
Black with #361E05
Text Example
Text Example
White with #361E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E05; }
p { color: rgb(54,30,5); }
H1.HeaderClassName
{
color: #361E05;
}
.AnyTagClassName
{
color: #361E05;
}
</style>
background-color css
<style>
a { background-color: #361E05; }
a { background-color: rgb(54,30,5); }
div.DivClassName
{
background-color: #361E05;
}
.BgClassName
{
background-color: #361E05;
}
</style>
border-color css
<style>
span { border-color: #361E05; }
span { border-color: rgb(54,30,5); }
td.TdClassName
{
border-color: #361E05;
}
.TagClassName
{
border-color: #361E05;
}
</style>