Shades of Cocoa Brown #372411
Tints of Cocoa Brown #372411
RGB
CMYK
RGB Variations
Color information
#372411 (or 0x372411) is known color: Cocoa Brown. HEX triplet: 37, 24 and 11. RGB value is (55,36,17). Sum of RGB (Red+Green+Blue) = 55+36+17=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372411 is #C8DBEE. Grayscale: #272727. Windows color (decimal): -13163503 or 1123383. OLE color: 1123383.
HSL color Cylindrical-coordinate representation of color #372411: hue angle of 30º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372411 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 36 | 17 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.78 |
| HSL | 30º | 0.53% | 0.14% | - |
| HSV(B) | 30º | 0.69% | 0.22% | - |
| XYZ | 2.31 | 2.11 | 0.82 | - |
| YUV | 39.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 17 | 0 | 0.35 | 0.69 | 0.78 | 30 | 0.53 | 0.14 |
| Hex | 37 | 24 | 11 | 0 | 23 | 45 | 4E | 1E | 35 | E |
| Octal | 67 | 44 | 21 | 0 | 43 | 105 | 116 | 36 | 65 | 16 |
| Binary | 110111 | 100100 | 10001 | 0 | 100011 | 1000101 | 1001110 | 11110 | 110101 | 1110 |
Color Harmonies of #372411
Complementary color
Monochromatic Colors of #372411
Black with #372411
Text Example
Text Example
White with #372411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372411; }
p { color: rgb(55,36,17); }
H1.HeaderClassName
{
color: #372411;
}
.AnyTagClassName
{
color: #372411;
}
</style>
background-color css
<style>
a { background-color: #372411; }
a { background-color: rgb(55,36,17); }
div.DivClassName
{
background-color: #372411;
}
.BgClassName
{
background-color: #372411;
}
</style>
border-color css
<style>
span { border-color: #372411; }
span { border-color: rgb(55,36,17); }
td.TdClassName
{
border-color: #372411;
}
.TagClassName
{
border-color: #372411;
}
</style>