Shades of Cocoa Brown #37260E
Tints of Cocoa Brown #37260E
RGB
CMYK
RGB Variations
Color information
#37260E (or 0x37260E) is known color: Cocoa Brown. HEX triplet: 37, 26 and 0E. RGB value is (55,38,14). Sum of RGB (Red+Green+Blue) = 55+38+14=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37260E is #C8D9F1. Grayscale: #282828. Windows color (decimal): -13162994 or 927287. OLE color: 927287.
HSL color Cylindrical-coordinate representation of color #37260E: hue angle of 35.12º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37260E is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 14 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.78 |
| HSL | 35.12º | 0.59% | 0.14% | - |
| HSV(B) | 35.12º | 0.75% | 0.22% | - |
| XYZ | 2.35 | 2.23 | 0.72 | - |
| YUV | 40.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 14 | 0 | 0.31 | 0.75 | 0.78 | 35.12 | 0.59 | 0.14 |
| Hex | 37 | 26 | E | 0 | 1F | 4B | 4E | 23 | 3B | E |
| Octal | 67 | 46 | 16 | 0 | 37 | 113 | 116 | 43 | 73 | 16 |
| Binary | 110111 | 100110 | 1110 | 0 | 11111 | 1001011 | 1001110 | 100011 | 111011 | 1110 |
Color Harmonies of #37260E
Complementary color
Monochromatic Colors of #37260E
Black with #37260E
Text Example
Text Example
White with #37260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37260E; }
p { color: rgb(55,38,14); }
H1.HeaderClassName
{
color: #37260E;
}
.AnyTagClassName
{
color: #37260E;
}
</style>
background-color css
<style>
a { background-color: #37260E; }
a { background-color: rgb(55,38,14); }
div.DivClassName
{
background-color: #37260E;
}
.BgClassName
{
background-color: #37260E;
}
</style>
border-color css
<style>
span { border-color: #37260E; }
span { border-color: rgb(55,38,14); }
td.TdClassName
{
border-color: #37260E;
}
.TagClassName
{
border-color: #37260E;
}
</style>