Shades of Cocoa Brown #371D03
Tints of Cocoa Brown #371D03
RGB
CMYK
RGB Variations
Color information
#371D03 (or 0x371D03) is known color: Cocoa Brown. HEX triplet: 37, 1D and 03. RGB value is (55,29,3). Sum of RGB (Red+Green+Blue) = 55+29+3=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D03 is #C8E2FC. Grayscale: #212121. Windows color (decimal): -13165309 or 204087. OLE color: 204087.
HSL color Cylindrical-coordinate representation of color #371D03: hue angle of 30º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #371D03 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 3 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.78 |
| HSL | 30º | 0.9% | 0.11% | - |
| HSV(B) | 30º | 0.95% | 0.22% | - |
| XYZ | 2.03 | 1.7 | 0.31 | - |
| YUV | 33.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 3 | 0 | 0.47 | 0.95 | 0.78 | 30 | 0.9 | 0.11 |
| Hex | 37 | 1D | 3 | 0 | 2F | 5F | 4E | 1E | 5A | B |
| Octal | 67 | 35 | 3 | 0 | 57 | 137 | 116 | 36 | 132 | 13 |
| Binary | 110111 | 11101 | 11 | 0 | 101111 | 1011111 | 1001110 | 11110 | 1011010 | 1011 |
Color Harmonies of #371D03
Complementary color
Monochromatic Colors of #371D03
Black with #371D03
Text Example
Text Example
White with #371D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D03; }
p { color: rgb(55,29,3); }
H1.HeaderClassName
{
color: #371D03;
}
.AnyTagClassName
{
color: #371D03;
}
</style>
background-color css
<style>
a { background-color: #371D03; }
a { background-color: rgb(55,29,3); }
div.DivClassName
{
background-color: #371D03;
}
.BgClassName
{
background-color: #371D03;
}
</style>
border-color css
<style>
span { border-color: #371D03; }
span { border-color: rgb(55,29,3); }
td.TdClassName
{
border-color: #371D03;
}
.TagClassName
{
border-color: #371D03;
}
</style>