Shades of Cocoa Brown #391F0A
Tints of Cocoa Brown #391F0A
RGB
CMYK
RGB Variations
Color information
#391F0A (or 0x391F0A) is known color: Cocoa Brown. HEX triplet: 39, 1F and 0A. RGB value is (57,31,10). Sum of RGB (Red+Green+Blue) = 57+31+10=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F0A is #C6E0F5. Grayscale: #242424. Windows color (decimal): -13033718 or 663353. OLE color: 663353.
HSL color Cylindrical-coordinate representation of color #391F0A: hue angle of 26.81º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391F0A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 10 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.78 |
| HSL | 26.81º | 0.7% | 0.13% | - |
| HSV(B) | 26.81º | 0.82% | 0.22% | - |
| XYZ | 2.23 | 1.87 | 0.53 | - |
| YUV | 36.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 10 | 0 | 0.46 | 0.82 | 0.78 | 26.81 | 0.7 | 0.13 |
| Hex | 39 | 1F | A | 0 | 2E | 52 | 4E | 1B | 46 | D |
| Octal | 71 | 37 | 12 | 0 | 56 | 122 | 116 | 33 | 106 | 15 |
| Binary | 111001 | 11111 | 1010 | 0 | 101110 | 1010010 | 1001110 | 11011 | 1000110 | 1101 |
Color Harmonies of #391F0A
Complementary color
Monochromatic Colors of #391F0A
Black with #391F0A
Text Example
Text Example
White with #391F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F0A; }
p { color: rgb(57,31,10); }
H1.HeaderClassName
{
color: #391F0A;
}
.AnyTagClassName
{
color: #391F0A;
}
</style>
background-color css
<style>
a { background-color: #391F0A; }
a { background-color: rgb(57,31,10); }
div.DivClassName
{
background-color: #391F0A;
}
.BgClassName
{
background-color: #391F0A;
}
</style>
border-color css
<style>
span { border-color: #391F0A; }
span { border-color: rgb(57,31,10); }
td.TdClassName
{
border-color: #391F0A;
}
.TagClassName
{
border-color: #391F0A;
}
</style>