Shades of Cocoa Brown #372919
Tints of Cocoa Brown #372919
RGB
CMYK
RGB Variations
Color information
#372919 (or 0x372919) is known color: Cocoa Brown. HEX triplet: 37, 29 and 19. RGB value is (55,41,25). Sum of RGB (Red+Green+Blue) = 55+41+25=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372919 is #C8D6E6. Grayscale: #2B2B2B. Windows color (decimal): -13162215 or 1648951. OLE color: 1648951.
HSL color Cylindrical-coordinate representation of color #372919: hue angle of 32º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372919 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 25 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.78 |
| HSL | 32º | 0.38% | 0.16% | - |
| HSV(B) | 32º | 0.55% | 0.22% | - |
| XYZ | 2.54 | 2.47 | 1.26 | - |
| YUV | 43.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 25 | 0 | 0.25 | 0.55 | 0.78 | 32 | 0.38 | 0.16 |
| Hex | 37 | 29 | 19 | 0 | 19 | 37 | 4E | 20 | 26 | 10 |
| Octal | 67 | 51 | 31 | 0 | 31 | 67 | 116 | 40 | 46 | 20 |
| Binary | 110111 | 101001 | 11001 | 0 | 11001 | 110111 | 1001110 | 100000 | 100110 | 10000 |
Color Harmonies of #372919
Complementary color
Monochromatic Colors of #372919
Black with #372919
Text Example
Text Example
White with #372919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372919; }
p { color: rgb(55,41,25); }
H1.HeaderClassName
{
color: #372919;
}
.AnyTagClassName
{
color: #372919;
}
</style>
background-color css
<style>
a { background-color: #372919; }
a { background-color: rgb(55,41,25); }
div.DivClassName
{
background-color: #372919;
}
.BgClassName
{
background-color: #372919;
}
</style>
border-color css
<style>
span { border-color: #372919; }
span { border-color: rgb(55,41,25); }
td.TdClassName
{
border-color: #372919;
}
.TagClassName
{
border-color: #372919;
}
</style>