Shades of Cocoa Brown #37271A
Tints of Cocoa Brown #37271A
RGB
CMYK
RGB Variations
Color information
#37271A (or 0x37271A) is known color: Cocoa Brown. HEX triplet: 37, 27 and 1A. RGB value is (55,39,26). Sum of RGB (Red+Green+Blue) = 55+39+26=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37271A is #C8D8E5. Grayscale: #2A2A2A. Windows color (decimal): -13162726 or 1713975. OLE color: 1713975.
HSL color Cylindrical-coordinate representation of color #37271A: hue angle of 26.9º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37271A is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 39 | 26 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.78 |
| HSL | 26.9º | 0.36% | 0.16% | - |
| HSV(B) | 26.9º | 0.53% | 0.22% | - |
| XYZ | 2.49 | 2.34 | 1.3 | - |
| YUV | 42.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 26 | 0 | 0.29 | 0.53 | 0.78 | 26.9 | 0.36 | 0.16 |
| Hex | 37 | 27 | 1A | 0 | 1D | 35 | 4E | 1B | 24 | 10 |
| Octal | 67 | 47 | 32 | 0 | 35 | 65 | 116 | 33 | 44 | 20 |
| Binary | 110111 | 100111 | 11010 | 0 | 11101 | 110101 | 1001110 | 11011 | 100100 | 10000 |
Color Harmonies of #37271A
Complementary color
Monochromatic Colors of #37271A
Black with #37271A
Text Example
Text Example
White with #37271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37271A; }
p { color: rgb(55,39,26); }
H1.HeaderClassName
{
color: #37271A;
}
.AnyTagClassName
{
color: #37271A;
}
</style>
background-color css
<style>
a { background-color: #37271A; }
a { background-color: rgb(55,39,26); }
div.DivClassName
{
background-color: #37271A;
}
.BgClassName
{
background-color: #37271A;
}
</style>
border-color css
<style>
span { border-color: #37271A; }
span { border-color: rgb(55,39,26); }
td.TdClassName
{
border-color: #37271A;
}
.TagClassName
{
border-color: #37271A;
}
</style>