Shades of Cocoa Brown #37250C
Tints of Cocoa Brown #37250C
RGB
CMYK
RGB Variations
Color information
#37250C (or 0x37250C) is known color: Cocoa Brown. HEX triplet: 37, 25 and 0C. RGB value is (55,37,12). Sum of RGB (Red+Green+Blue) = 55+37+12=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37250C is #C8DAF3. Grayscale: #272727. Windows color (decimal): -13163252 or 795959. OLE color: 795959.
HSL color Cylindrical-coordinate representation of color #37250C: hue angle of 34.88º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37250C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 12 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.78 |
| HSL | 34.88º | 0.64% | 0.13% | - |
| HSV(B) | 34.88º | 0.78% | 0.22% | - |
| XYZ | 2.3 | 2.16 | 0.64 | - |
| YUV | 39.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 12 | 0 | 0.33 | 0.78 | 0.78 | 34.88 | 0.64 | 0.13 |
| Hex | 37 | 25 | C | 0 | 21 | 4E | 4E | 23 | 40 | D |
| Octal | 67 | 45 | 14 | 0 | 41 | 116 | 116 | 43 | 100 | 15 |
| Binary | 110111 | 100101 | 1100 | 0 | 100001 | 1001110 | 1001110 | 100011 | 1000000 | 1101 |
Color Harmonies of #37250C
Complementary color
Monochromatic Colors of #37250C
Black with #37250C
Text Example
Text Example
White with #37250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37250C; }
p { color: rgb(55,37,12); }
H1.HeaderClassName
{
color: #37250C;
}
.AnyTagClassName
{
color: #37250C;
}
</style>
background-color css
<style>
a { background-color: #37250C; }
a { background-color: rgb(55,37,12); }
div.DivClassName
{
background-color: #37250C;
}
.BgClassName
{
background-color: #37250C;
}
</style>
border-color css
<style>
span { border-color: #37250C; }
span { border-color: rgb(55,37,12); }
td.TdClassName
{
border-color: #37250C;
}
.TagClassName
{
border-color: #37250C;
}
</style>