Shades of Cocoa Brown #391E05
Tints of Cocoa Brown #391E05
RGB
CMYK
RGB Variations
Color information
#391E05 (or 0x391E05) is known color: Cocoa Brown. HEX triplet: 39, 1E and 05. RGB value is (57,30,5). Sum of RGB (Red+Green+Blue) = 57+30+5=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E05 is #C6E1FA. Grayscale: #232323. Windows color (decimal): -13033979 or 335417. OLE color: 335417.
HSL color Cylindrical-coordinate representation of color #391E05: hue angle of 28.85º degrees, saturation: 0.84, 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 #391E05 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 5 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.78 |
| HSL | 28.85º | 0.84% | 0.12% | - |
| HSV(B) | 28.85º | 0.91% | 0.22% | - |
| XYZ | 2.18 | 1.81 | 0.38 | - |
| YUV | 35.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 5 | 0 | 0.47 | 0.91 | 0.78 | 28.85 | 0.84 | 0.12 |
| Hex | 39 | 1E | 5 | 0 | 2F | 5B | 4E | 1D | 54 | C |
| Octal | 71 | 36 | 5 | 0 | 57 | 133 | 116 | 35 | 124 | 14 |
| Binary | 111001 | 11110 | 101 | 0 | 101111 | 1011011 | 1001110 | 11101 | 1010100 | 1100 |
Color Harmonies of #391E05
Complementary color
Monochromatic Colors of #391E05
Black with #391E05
Text Example
Text Example
White with #391E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E05; }
p { color: rgb(57,30,5); }
H1.HeaderClassName
{
color: #391E05;
}
.AnyTagClassName
{
color: #391E05;
}
</style>
background-color css
<style>
a { background-color: #391E05; }
a { background-color: rgb(57,30,5); }
div.DivClassName
{
background-color: #391E05;
}
.BgClassName
{
background-color: #391E05;
}
</style>
border-color css
<style>
span { border-color: #391E05; }
span { border-color: rgb(57,30,5); }
td.TdClassName
{
border-color: #391E05;
}
.TagClassName
{
border-color: #391E05;
}
</style>