Shades of Cocoa Brown #372A1C
Tints of Cocoa Brown #372A1C
RGB
CMYK
RGB Variations
Color information
#372A1C (or 0x372A1C) is known color: Cocoa Brown. HEX triplet: 37, 2A and 1C. RGB value is (55,42,28). Sum of RGB (Red+Green+Blue) = 55+42+28=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1C is #C8D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13161956 or 1845815. OLE color: 1845815.
HSL color Cylindrical-coordinate representation of color #372A1C: hue angle of 31.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372A1C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 28 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.78 |
| HSL | 31.11º | 0.33% | 0.16% | - |
| HSV(B) | 31.11º | 0.49% | 0.22% | - |
| XYZ | 2.61 | 2.55 | 1.45 | - |
| YUV | 44.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 28 | 0 | 0.24 | 0.49 | 0.78 | 31.11 | 0.33 | 0.16 |
| Hex | 37 | 2A | 1C | 0 | 18 | 31 | 4E | 1F | 21 | 10 |
| Octal | 67 | 52 | 34 | 0 | 30 | 61 | 116 | 37 | 41 | 20 |
| Binary | 110111 | 101010 | 11100 | 0 | 11000 | 110001 | 1001110 | 11111 | 100001 | 10000 |
Color Harmonies of #372A1C
Complementary color
Monochromatic Colors of #372A1C
Black with #372A1C
Text Example
Text Example
White with #372A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A1C; }
p { color: rgb(55,42,28); }
H1.HeaderClassName
{
color: #372A1C;
}
.AnyTagClassName
{
color: #372A1C;
}
</style>
background-color css
<style>
a { background-color: #372A1C; }
a { background-color: rgb(55,42,28); }
div.DivClassName
{
background-color: #372A1C;
}
.BgClassName
{
background-color: #372A1C;
}
</style>
border-color css
<style>
span { border-color: #372A1C; }
span { border-color: rgb(55,42,28); }
td.TdClassName
{
border-color: #372A1C;
}
.TagClassName
{
border-color: #372A1C;
}
</style>