Shades of Cocoa Brown #391E00
Tints of Cocoa Brown #391E00
RGB
CMYK
RGB Variations
Color information
#391E00 (or 0x391E00) is known color: Cocoa Brown. HEX triplet: 39, 1E and 00. RGB value is (57,30,0). Sum of RGB (Red+Green+Blue) = 57+30+0=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E00 is #C6E1FF. Grayscale: #222222. Windows color (decimal): -13033984 or 7737. OLE color: 7737.
HSL color Cylindrical-coordinate representation of color #391E00: hue angle of 31.58º 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 #391E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.78 |
| HSL | 31.58º | 1% | 0.11% | - |
| HSV(B) | 31.58º | 1% | 0.22% | - |
| XYZ | 2.15 | 1.8 | 0.23 | - |
| YUV | 34.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 0 | 0 | 0.47 | 1 | 0.78 | 31.58 | 1 | 0.11 |
| Hex | 39 | 1E | 0 | 0 | 2F | 64 | 4E | 20 | 64 | B |
| Octal | 71 | 36 | 0 | 0 | 57 | 144 | 116 | 40 | 144 | 13 |
| Binary | 111001 | 11110 | 0 | 0 | 101111 | 1100100 | 1001110 | 100000 | 1100100 | 1011 |
Color Harmonies of #391E00
Complementary color
Monochromatic Colors of #391E00
Black with #391E00
Text Example
Text Example
White with #391E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E00; }
p { color: rgb(57,30,0); }
H1.HeaderClassName
{
color: #391E00;
}
.AnyTagClassName
{
color: #391E00;
}
</style>
background-color css
<style>
a { background-color: #391E00; }
a { background-color: rgb(57,30,0); }
div.DivClassName
{
background-color: #391E00;
}
.BgClassName
{
background-color: #391E00;
}
</style>
border-color css
<style>
span { border-color: #391E00; }
span { border-color: rgb(57,30,0); }
td.TdClassName
{
border-color: #391E00;
}
.TagClassName
{
border-color: #391E00;
}
</style>