Shades of Cocoa Brown #372711
Tints of Cocoa Brown #372711
RGB
CMYK
RGB Variations
Color information
#372711 (or 0x372711) is known color: Cocoa Brown. HEX triplet: 37, 27 and 11. RGB value is (55,39,17). Sum of RGB (Red+Green+Blue) = 55+39+17=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372711 is #C8D8EE. Grayscale: #292929. Windows color (decimal): -13162735 or 1124151. OLE color: 1124151.
HSL color Cylindrical-coordinate representation of color #372711: hue angle of 34.74º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372711 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 39 | 17 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.78 |
| HSL | 34.74º | 0.53% | 0.14% | - |
| HSV(B) | 34.74º | 0.69% | 0.22% | - |
| XYZ | 2.4 | 2.3 | 0.85 | - |
| YUV | 41.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 17 | 0 | 0.29 | 0.69 | 0.78 | 34.74 | 0.53 | 0.14 |
| Hex | 37 | 27 | 11 | 0 | 1D | 45 | 4E | 23 | 35 | E |
| Octal | 67 | 47 | 21 | 0 | 35 | 105 | 116 | 43 | 65 | 16 |
| Binary | 110111 | 100111 | 10001 | 0 | 11101 | 1000101 | 1001110 | 100011 | 110101 | 1110 |
Color Harmonies of #372711
Complementary color
Monochromatic Colors of #372711
Black with #372711
Text Example
Text Example
White with #372711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372711; }
p { color: rgb(55,39,17); }
H1.HeaderClassName
{
color: #372711;
}
.AnyTagClassName
{
color: #372711;
}
</style>
background-color css
<style>
a { background-color: #372711; }
a { background-color: rgb(55,39,17); }
div.DivClassName
{
background-color: #372711;
}
.BgClassName
{
background-color: #372711;
}
</style>
border-color css
<style>
span { border-color: #372711; }
span { border-color: rgb(55,39,17); }
td.TdClassName
{
border-color: #372711;
}
.TagClassName
{
border-color: #372711;
}
</style>