Shades of Cocoa Brown #372819
Tints of Cocoa Brown #372819
RGB
CMYK
RGB Variations
Color information
#372819 (or 0x372819) is known color: Cocoa Brown. HEX triplet: 37, 28 and 19. RGB value is (55,40,25). Sum of RGB (Red+Green+Blue) = 55+40+25=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #372819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372819 is #C8D7E6. Grayscale: #2A2A2A. Windows color (decimal): -13162471 or 1648695. OLE color: 1648695.
HSL color Cylindrical-coordinate representation of color #372819: hue angle of 30º 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 #372819 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 25 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.78 |
| HSL | 30º | 0.38% | 0.16% | - |
| HSV(B) | 30º | 0.55% | 0.22% | - |
| XYZ | 2.51 | 2.4 | 1.25 | - |
| YUV | 42.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 25 | 0 | 0.27 | 0.55 | 0.78 | 30 | 0.38 | 0.16 |
| Hex | 37 | 28 | 19 | 0 | 1B | 37 | 4E | 1E | 26 | 10 |
| Octal | 67 | 50 | 31 | 0 | 33 | 67 | 116 | 36 | 46 | 20 |
| Binary | 110111 | 101000 | 11001 | 0 | 11011 | 110111 | 1001110 | 11110 | 100110 | 10000 |
Color Harmonies of #372819
Complementary color
Monochromatic Colors of #372819
Black with #372819
Text Example
Text Example
White with #372819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372819; }
p { color: rgb(55,40,25); }
H1.HeaderClassName
{
color: #372819;
}
.AnyTagClassName
{
color: #372819;
}
</style>
background-color css
<style>
a { background-color: #372819; }
a { background-color: rgb(55,40,25); }
div.DivClassName
{
background-color: #372819;
}
.BgClassName
{
background-color: #372819;
}
</style>
border-color css
<style>
span { border-color: #372819; }
span { border-color: rgb(55,40,25); }
td.TdClassName
{
border-color: #372819;
}
.TagClassName
{
border-color: #372819;
}
</style>