Shades of Cocoa Brown #371A00
Tints of Cocoa Brown #371A00
RGB
CMYK
RGB Variations
Color information
#371A00 (or 0x371A00) is known color: Cocoa Brown. HEX triplet: 37, 1A and 00. RGB value is (55,26,0). Sum of RGB (Red+Green+Blue) = 55+26+0=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A00 is #C8E5FF. Grayscale: #1F1F1F. Windows color (decimal): -13166080 or 6711. OLE color: 6711.
HSL color Cylindrical-coordinate representation of color #371A00: hue angle of 28.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371A00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.78 |
| HSL | 28.36º | 1% | 0.11% | - |
| HSV(B) | 28.36º | 1% | 0.22% | - |
| XYZ | 1.94 | 1.55 | 0.2 | - |
| YUV | 31.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 0 | 0 | 0.53 | 1 | 0.78 | 28.36 | 1 | 0.11 |
| Hex | 37 | 1A | 0 | 0 | 35 | 64 | 4E | 1C | 64 | B |
| Octal | 67 | 32 | 0 | 0 | 65 | 144 | 116 | 34 | 144 | 13 |
| Binary | 110111 | 11010 | 0 | 0 | 110101 | 1100100 | 1001110 | 11100 | 1100100 | 1011 |
Color Harmonies of #371A00
Complementary color
Monochromatic Colors of #371A00
Black with #371A00
Text Example
Text Example
White with #371A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A00; }
p { color: rgb(55,26,0); }
H1.HeaderClassName
{
color: #371A00;
}
.AnyTagClassName
{
color: #371A00;
}
</style>
background-color css
<style>
a { background-color: #371A00; }
a { background-color: rgb(55,26,0); }
div.DivClassName
{
background-color: #371A00;
}
.BgClassName
{
background-color: #371A00;
}
</style>
border-color css
<style>
span { border-color: #371A00; }
span { border-color: rgb(55,26,0); }
td.TdClassName
{
border-color: #371A00;
}
.TagClassName
{
border-color: #371A00;
}
</style>