Shades of Cocoa Brown #37200A
Tints of Cocoa Brown #37200A
RGB
CMYK
RGB Variations
Color information
#37200A (or 0x37200A) is known color: Cocoa Brown. HEX triplet: 37, 20 and 0A. RGB value is (55,32,10). Sum of RGB (Red+Green+Blue) = 55+32+10=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #37200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37200A is #C8DFF5. Grayscale: #242424. Windows color (decimal): -13164534 or 663607. OLE color: 663607.
HSL color Cylindrical-coordinate representation of color #37200A: hue angle of 29.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37200A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 10 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.78 |
| HSL | 29.33º | 0.69% | 0.13% | - |
| HSV(B) | 29.33º | 0.82% | 0.22% | - |
| XYZ | 2.15 | 1.87 | 0.53 | - |
| YUV | 36.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 10 | 0 | 0.42 | 0.82 | 0.78 | 29.33 | 0.69 | 0.13 |
| Hex | 37 | 20 | A | 0 | 2A | 52 | 4E | 1D | 45 | D |
| Octal | 67 | 40 | 12 | 0 | 52 | 122 | 116 | 35 | 105 | 15 |
| Binary | 110111 | 100000 | 1010 | 0 | 101010 | 1010010 | 1001110 | 11101 | 1000101 | 1101 |
Color Harmonies of #37200A
Complementary color
Monochromatic Colors of #37200A
Black with #37200A
Text Example
Text Example
White with #37200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37200A; }
p { color: rgb(55,32,10); }
H1.HeaderClassName
{
color: #37200A;
}
.AnyTagClassName
{
color: #37200A;
}
</style>
background-color css
<style>
a { background-color: #37200A; }
a { background-color: rgb(55,32,10); }
div.DivClassName
{
background-color: #37200A;
}
.BgClassName
{
background-color: #37200A;
}
</style>
border-color css
<style>
span { border-color: #37200A; }
span { border-color: rgb(55,32,10); }
td.TdClassName
{
border-color: #37200A;
}
.TagClassName
{
border-color: #37200A;
}
</style>