Shades of Cocoa Brown #37250B
Tints of Cocoa Brown #37250B
RGB
CMYK
RGB Variations
Color information
#37250B (or 0x37250B) is known color: Cocoa Brown. HEX triplet: 37, 25 and 0B. RGB value is (55,37,11). Sum of RGB (Red+Green+Blue) = 55+37+11=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37250B is #C8DAF4. Grayscale: #272727. Windows color (decimal): -13163253 or 730423. OLE color: 730423.
HSL color Cylindrical-coordinate representation of color #37250B: hue angle of 35.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37250B is Cyan = 0, Magento = 0.33, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 11 | - |
| CMYK | 0 | 0.33 | 0.8 | 0.78 |
| HSL | 35.45º | 0.67% | 0.13% | - |
| HSV(B) | 35.45º | 0.8% | 0.22% | - |
| XYZ | 2.3 | 2.16 | 0.61 | - |
| YUV | 39.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 11 | 0 | 0.33 | 0.8 | 0.78 | 35.45 | 0.67 | 0.13 |
| Hex | 37 | 25 | B | 0 | 21 | 50 | 4E | 23 | 43 | D |
| Octal | 67 | 45 | 13 | 0 | 41 | 120 | 116 | 43 | 103 | 15 |
| Binary | 110111 | 100101 | 1011 | 0 | 100001 | 1010000 | 1001110 | 100011 | 1000011 | 1101 |
Color Harmonies of #37250B
Complementary color
Monochromatic Colors of #37250B
Black with #37250B
Text Example
Text Example
White with #37250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37250B; }
p { color: rgb(55,37,11); }
H1.HeaderClassName
{
color: #37250B;
}
.AnyTagClassName
{
color: #37250B;
}
</style>
background-color css
<style>
a { background-color: #37250B; }
a { background-color: rgb(55,37,11); }
div.DivClassName
{
background-color: #37250B;
}
.BgClassName
{
background-color: #37250B;
}
</style>
border-color css
<style>
span { border-color: #37250B; }
span { border-color: rgb(55,37,11); }
td.TdClassName
{
border-color: #37250B;
}
.TagClassName
{
border-color: #37250B;
}
</style>