Shades of Cocoa Brown #372A1F
Tints of Cocoa Brown #372A1F
RGB
CMYK
RGB Variations
Color information
#372A1F (or 0x372A1F) is known color: Cocoa Brown. HEX triplet: 37, 2A and 1F. RGB value is (55,42,31). Sum of RGB (Red+Green+Blue) = 55+42+31=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1F is #C8D5E0. Grayscale: #2C2C2C. Windows color (decimal): -13161953 or 2042423. OLE color: 2042423.
HSL color Cylindrical-coordinate representation of color #372A1F: hue angle of 27.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #372A1F is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 31 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.78 |
| HSL | 27.5º | 0.28% | 0.17% | - |
| HSV(B) | 27.5º | 0.44% | 0.22% | - |
| XYZ | 2.65 | 2.57 | 1.65 | - |
| YUV | 44.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 31 | 0 | 0.24 | 0.44 | 0.78 | 27.5 | 0.28 | 0.17 |
| Hex | 37 | 2A | 1F | 0 | 18 | 2C | 4E | 1C | 1C | 11 |
| Octal | 67 | 52 | 37 | 0 | 30 | 54 | 116 | 34 | 34 | 21 |
| Binary | 110111 | 101010 | 11111 | 0 | 11000 | 101100 | 1001110 | 11100 | 11100 | 10001 |
Color Harmonies of #372A1F
Complementary color
Monochromatic Colors of #372A1F
Black with #372A1F
Text Example
Text Example
White with #372A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A1F; }
p { color: rgb(55,42,31); }
H1.HeaderClassName
{
color: #372A1F;
}
.AnyTagClassName
{
color: #372A1F;
}
</style>
background-color css
<style>
a { background-color: #372A1F; }
a { background-color: rgb(55,42,31); }
div.DivClassName
{
background-color: #372A1F;
}
.BgClassName
{
background-color: #372A1F;
}
</style>
border-color css
<style>
span { border-color: #372A1F; }
span { border-color: rgb(55,42,31); }
td.TdClassName
{
border-color: #372A1F;
}
.TagClassName
{
border-color: #372A1F;
}
</style>