Shades of Cocoa Brown #362007
Tints of Cocoa Brown #362007
RGB
CMYK
RGB Variations
Color information
#362007 (or 0x362007) is known color: Cocoa Brown. HEX triplet: 36, 20 and 07. RGB value is (54,32,7). Sum of RGB (Red+Green+Blue) = 54+32+7=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #362007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362007 is #C9DFF8. Grayscale: #232323. Windows color (decimal): -13230073 or 466998. OLE color: 466998.
HSL color Cylindrical-coordinate representation of color #362007: hue angle of 31.91º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #362007 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 7 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.79 |
| HSL | 31.91º | 0.77% | 0.12% | - |
| HSV(B) | 31.91º | 0.87% | 0.21% | - |
| XYZ | 2.08 | 1.83 | 0.45 | - |
| YUV | 35.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 7 | 0 | 0.41 | 0.87 | 0.79 | 31.91 | 0.77 | 0.12 |
| Hex | 36 | 20 | 7 | 0 | 29 | 57 | 4F | 20 | 4D | C |
| Octal | 66 | 40 | 7 | 0 | 51 | 127 | 117 | 40 | 115 | 14 |
| Binary | 110110 | 100000 | 111 | 0 | 101001 | 1010111 | 1001111 | 100000 | 1001101 | 1100 |
Color Harmonies of #362007
Complementary color
Monochromatic Colors of #362007
Black with #362007
Text Example
Text Example
White with #362007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362007; }
p { color: rgb(54,32,7); }
H1.HeaderClassName
{
color: #362007;
}
.AnyTagClassName
{
color: #362007;
}
</style>
background-color css
<style>
a { background-color: #362007; }
a { background-color: rgb(54,32,7); }
div.DivClassName
{
background-color: #362007;
}
.BgClassName
{
background-color: #362007;
}
</style>
border-color css
<style>
span { border-color: #362007; }
span { border-color: rgb(54,32,7); }
td.TdClassName
{
border-color: #362007;
}
.TagClassName
{
border-color: #362007;
}
</style>