Shades of Cocoa Brown #391D02
Tints of Cocoa Brown #391D02
RGB
CMYK
RGB Variations
Color information
#391D02 (or 0x391D02) is known color: Cocoa Brown. HEX triplet: 39, 1D and 02. RGB value is (57,29,2). Sum of RGB (Red+Green+Blue) = 57+29+2=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D02 is #C6E2FD. Grayscale: #222222. Windows color (decimal): -13034238 or 138553. OLE color: 138553.
HSL color Cylindrical-coordinate representation of color #391D02: hue angle of 29.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #391D02 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 2 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.78 |
| HSL | 29.45º | 0.93% | 0.12% | - |
| HSV(B) | 29.45º | 0.96% | 0.22% | - |
| XYZ | 2.14 | 1.75 | 0.28 | - |
| YUV | 34.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 2 | 0 | 0.49 | 0.96 | 0.78 | 29.45 | 0.93 | 0.12 |
| Hex | 39 | 1D | 2 | 0 | 31 | 60 | 4E | 1D | 5D | C |
| Octal | 71 | 35 | 2 | 0 | 61 | 140 | 116 | 35 | 135 | 14 |
| Binary | 111001 | 11101 | 10 | 0 | 110001 | 1100000 | 1001110 | 11101 | 1011101 | 1100 |
Color Harmonies of #391D02
Complementary color
Monochromatic Colors of #391D02
Black with #391D02
Text Example
Text Example
White with #391D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D02; }
p { color: rgb(57,29,2); }
H1.HeaderClassName
{
color: #391D02;
}
.AnyTagClassName
{
color: #391D02;
}
</style>
background-color css
<style>
a { background-color: #391D02; }
a { background-color: rgb(57,29,2); }
div.DivClassName
{
background-color: #391D02;
}
.BgClassName
{
background-color: #391D02;
}
</style>
border-color css
<style>
span { border-color: #391D02; }
span { border-color: rgb(57,29,2); }
td.TdClassName
{
border-color: #391D02;
}
.TagClassName
{
border-color: #391D02;
}
</style>