Shades of Cocoa Brown #362003
Tints of Cocoa Brown #362003
RGB
CMYK
RGB Variations
Color information
#362003 (or 0x362003) is known color: Cocoa Brown. HEX triplet: 36, 20 and 03. RGB value is (54,32,3). Sum of RGB (Red+Green+Blue) = 54+32+3=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #362003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362003 is #C9DFFC. Grayscale: #232323. Windows color (decimal): -13230077 or 204854. OLE color: 204854.
HSL color Cylindrical-coordinate representation of color #362003: hue angle of 34.12º 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 #362003 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 3 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.79 |
| HSL | 34.12º | 0.89% | 0.11% | - |
| HSV(B) | 34.12º | 0.94% | 0.21% | - |
| XYZ | 2.05 | 1.82 | 0.33 | - |
| YUV | 35.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 3 | 0 | 0.41 | 0.94 | 0.79 | 34.12 | 0.89 | 0.11 |
| Hex | 36 | 20 | 3 | 0 | 29 | 5E | 4F | 22 | 59 | B |
| Octal | 66 | 40 | 3 | 0 | 51 | 136 | 117 | 42 | 131 | 13 |
| Binary | 110110 | 100000 | 11 | 0 | 101001 | 1011110 | 1001111 | 100010 | 1011001 | 1011 |
Color Harmonies of #362003
Complementary color
Monochromatic Colors of #362003
Black with #362003
Text Example
Text Example
White with #362003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362003; }
p { color: rgb(54,32,3); }
H1.HeaderClassName
{
color: #362003;
}
.AnyTagClassName
{
color: #362003;
}
</style>
background-color css
<style>
a { background-color: #362003; }
a { background-color: rgb(54,32,3); }
div.DivClassName
{
background-color: #362003;
}
.BgClassName
{
background-color: #362003;
}
</style>
border-color css
<style>
span { border-color: #362003; }
span { border-color: rgb(54,32,3); }
td.TdClassName
{
border-color: #362003;
}
.TagClassName
{
border-color: #362003;
}
</style>