Shades of Cocoa Brown #39210E
Tints of Cocoa Brown #39210E
RGB
CMYK
RGB Variations
Color information
#39210E (or 0x39210E) is known color: Cocoa Brown. HEX triplet: 39, 21 and 0E. RGB value is (57,33,14). Sum of RGB (Red+Green+Blue) = 57+33+14=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #39210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39210E is #C6DEF1. Grayscale: #262626. Windows color (decimal): -13033202 or 926009. OLE color: 926009.
HSL color Cylindrical-coordinate representation of color #39210E: hue angle of 26.51º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39210E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 14 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.78 |
| HSL | 26.51º | 0.61% | 0.14% | - |
| HSV(B) | 26.51º | 0.75% | 0.22% | - |
| XYZ | 2.31 | 1.99 | 0.68 | - |
| YUV | 38.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 14 | 0 | 0.42 | 0.75 | 0.78 | 26.51 | 0.61 | 0.14 |
| Hex | 39 | 21 | E | 0 | 2A | 4B | 4E | 1B | 3D | E |
| Octal | 71 | 41 | 16 | 0 | 52 | 113 | 116 | 33 | 75 | 16 |
| Binary | 111001 | 100001 | 1110 | 0 | 101010 | 1001011 | 1001110 | 11011 | 111101 | 1110 |
Color Harmonies of #39210E
Complementary color
Monochromatic Colors of #39210E
Black with #39210E
Text Example
Text Example
White with #39210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39210E; }
p { color: rgb(57,33,14); }
H1.HeaderClassName
{
color: #39210E;
}
.AnyTagClassName
{
color: #39210E;
}
</style>
background-color css
<style>
a { background-color: #39210E; }
a { background-color: rgb(57,33,14); }
div.DivClassName
{
background-color: #39210E;
}
.BgClassName
{
background-color: #39210E;
}
</style>
border-color css
<style>
span { border-color: #39210E; }
span { border-color: rgb(57,33,14); }
td.TdClassName
{
border-color: #39210E;
}
.TagClassName
{
border-color: #39210E;
}
</style>