Shades of Cocoa Brown #371D05
Tints of Cocoa Brown #371D05
RGB
CMYK
RGB Variations
Color information
#371D05 (or 0x371D05) is known color: Cocoa Brown. HEX triplet: 37, 1D and 05. RGB value is (55,29,5). Sum of RGB (Red+Green+Blue) = 55+29+5=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D05 is #C8E2FA. Grayscale: #222222. Windows color (decimal): -13165307 or 335159. OLE color: 335159.
HSL color Cylindrical-coordinate representation of color #371D05: hue angle of 28.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371D05 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 5 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.78 |
| HSL | 28.8º | 0.83% | 0.12% | - |
| HSV(B) | 28.8º | 0.91% | 0.22% | - |
| XYZ | 2.04 | 1.7 | 0.36 | - |
| YUV | 34.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 5 | 0 | 0.47 | 0.91 | 0.78 | 28.8 | 0.83 | 0.12 |
| Hex | 37 | 1D | 5 | 0 | 2F | 5B | 4E | 1D | 53 | C |
| Octal | 67 | 35 | 5 | 0 | 57 | 133 | 116 | 35 | 123 | 14 |
| Binary | 110111 | 11101 | 101 | 0 | 101111 | 1011011 | 1001110 | 11101 | 1010011 | 1100 |
Color Harmonies of #371D05
Complementary color
Monochromatic Colors of #371D05
Black with #371D05
Text Example
Text Example
White with #371D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D05; }
p { color: rgb(55,29,5); }
H1.HeaderClassName
{
color: #371D05;
}
.AnyTagClassName
{
color: #371D05;
}
</style>
background-color css
<style>
a { background-color: #371D05; }
a { background-color: rgb(55,29,5); }
div.DivClassName
{
background-color: #371D05;
}
.BgClassName
{
background-color: #371D05;
}
</style>
border-color css
<style>
span { border-color: #371D05; }
span { border-color: rgb(55,29,5); }
td.TdClassName
{
border-color: #371D05;
}
.TagClassName
{
border-color: #371D05;
}
</style>