Shades of Cocoa Brown #39240D
Tints of Cocoa Brown #39240D
RGB
CMYK
RGB Variations
Color information
#39240D (or 0x39240D) is known color: Cocoa Brown. HEX triplet: 39, 24 and 0D. RGB value is (57,36,13). Sum of RGB (Red+Green+Blue) = 57+36+13=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39240D is #C6DBF2. Grayscale: #272727. Windows color (decimal): -13032435 or 861241. OLE color: 861241.
HSL color Cylindrical-coordinate representation of color #39240D: hue angle of 31.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39240D is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 13 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.78 |
| HSL | 31.36º | 0.63% | 0.14% | - |
| HSV(B) | 31.36º | 0.77% | 0.22% | - |
| XYZ | 2.39 | 2.16 | 0.67 | - |
| YUV | 39.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 13 | 0 | 0.37 | 0.77 | 0.78 | 31.36 | 0.63 | 0.14 |
| Hex | 39 | 24 | D | 0 | 25 | 4D | 4E | 1F | 3F | E |
| Octal | 71 | 44 | 15 | 0 | 45 | 115 | 116 | 37 | 77 | 16 |
| Binary | 111001 | 100100 | 1101 | 0 | 100101 | 1001101 | 1001110 | 11111 | 111111 | 1110 |
Color Harmonies of #39240D
Complementary color
Monochromatic Colors of #39240D
Black with #39240D
Text Example
Text Example
White with #39240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39240D; }
p { color: rgb(57,36,13); }
H1.HeaderClassName
{
color: #39240D;
}
.AnyTagClassName
{
color: #39240D;
}
</style>
background-color css
<style>
a { background-color: #39240D; }
a { background-color: rgb(57,36,13); }
div.DivClassName
{
background-color: #39240D;
}
.BgClassName
{
background-color: #39240D;
}
</style>
border-color css
<style>
span { border-color: #39240D; }
span { border-color: rgb(57,36,13); }
td.TdClassName
{
border-color: #39240D;
}
.TagClassName
{
border-color: #39240D;
}
</style>