Shades of Cocoa Brown #372308
Tints of Cocoa Brown #372308
RGB
CMYK
RGB Variations
Color information
#372308 (or 0x372308) is known color: Cocoa Brown. HEX triplet: 37, 23 and 08. RGB value is (55,35,8). Sum of RGB (Red+Green+Blue) = 55+35+8=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #372308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372308 is #C8DCF7. Grayscale: #262626. Windows color (decimal): -13163768 or 533303. OLE color: 533303.
HSL color Cylindrical-coordinate representation of color #372308: hue angle of 34.47º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #372308 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 8 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.78 |
| HSL | 34.47º | 0.75% | 0.12% | - |
| HSV(B) | 34.47º | 0.85% | 0.22% | - |
| XYZ | 2.22 | 2.03 | 0.5 | - |
| YUV | 37.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 8 | 0 | 0.36 | 0.85 | 0.78 | 34.47 | 0.75 | 0.12 |
| Hex | 37 | 23 | 8 | 0 | 24 | 55 | 4E | 22 | 4B | C |
| Octal | 67 | 43 | 10 | 0 | 44 | 125 | 116 | 42 | 113 | 14 |
| Binary | 110111 | 100011 | 1000 | 0 | 100100 | 1010101 | 1001110 | 100010 | 1001011 | 1100 |
Color Harmonies of #372308
Complementary color
Monochromatic Colors of #372308
Black with #372308
Text Example
Text Example
White with #372308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372308; }
p { color: rgb(55,35,8); }
H1.HeaderClassName
{
color: #372308;
}
.AnyTagClassName
{
color: #372308;
}
</style>
background-color css
<style>
a { background-color: #372308; }
a { background-color: rgb(55,35,8); }
div.DivClassName
{
background-color: #372308;
}
.BgClassName
{
background-color: #372308;
}
</style>
border-color css
<style>
span { border-color: #372308; }
span { border-color: rgb(55,35,8); }
td.TdClassName
{
border-color: #372308;
}
.TagClassName
{
border-color: #372308;
}
</style>