Shades of Cocoa Brown #372112
Tints of Cocoa Brown #372112
RGB
CMYK
RGB Variations
Color information
#372112 (or 0x372112) is known color: Cocoa Brown. HEX triplet: 37, 21 and 12. RGB value is (55,33,18). Sum of RGB (Red+Green+Blue) = 55+33+18=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372112 is #C8DEED. Grayscale: #252525. Windows color (decimal): -13164270 or 1188151. OLE color: 1188151.
HSL color Cylindrical-coordinate representation of color #372112: hue angle of 24.32º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372112 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 18 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.78 |
| HSL | 24.32º | 0.51% | 0.14% | - |
| HSV(B) | 24.32º | 0.67% | 0.22% | - |
| XYZ | 2.23 | 1.94 | 0.83 | - |
| YUV | 37.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 18 | 0 | 0.4 | 0.67 | 0.78 | 24.32 | 0.51 | 0.14 |
| Hex | 37 | 21 | 12 | 0 | 28 | 43 | 4E | 18 | 33 | E |
| Octal | 67 | 41 | 22 | 0 | 50 | 103 | 116 | 30 | 63 | 16 |
| Binary | 110111 | 100001 | 10010 | 0 | 101000 | 1000011 | 1001110 | 11000 | 110011 | 1110 |
Color Harmonies of #372112
Complementary color
Monochromatic Colors of #372112
Black with #372112
Text Example
Text Example
White with #372112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372112; }
p { color: rgb(55,33,18); }
H1.HeaderClassName
{
color: #372112;
}
.AnyTagClassName
{
color: #372112;
}
</style>
background-color css
<style>
a { background-color: #372112; }
a { background-color: rgb(55,33,18); }
div.DivClassName
{
background-color: #372112;
}
.BgClassName
{
background-color: #372112;
}
</style>
border-color css
<style>
span { border-color: #372112; }
span { border-color: rgb(55,33,18); }
td.TdClassName
{
border-color: #372112;
}
.TagClassName
{
border-color: #372112;
}
</style>