Shades of Cocoa Brown #39210A
Tints of Cocoa Brown #39210A
RGB
CMYK
RGB Variations
Color information
#39210A (or 0x39210A) is known color: Cocoa Brown. HEX triplet: 39, 21 and 0A. RGB value is (57,33,10). Sum of RGB (Red+Green+Blue) = 57+33+10=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #39210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39210A is #C6DEF5. Grayscale: #252525. Windows color (decimal): -13033206 or 663865. OLE color: 663865.
HSL color Cylindrical-coordinate representation of color #39210A: hue angle of 29.36º 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 #39210A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 10 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.78 |
| HSL | 29.36º | 0.7% | 0.13% | - |
| HSV(B) | 29.36º | 0.82% | 0.22% | - |
| XYZ | 2.29 | 1.98 | 0.55 | - |
| YUV | 37.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 10 | 0 | 0.42 | 0.82 | 0.78 | 29.36 | 0.7 | 0.13 |
| Hex | 39 | 21 | A | 0 | 2A | 52 | 4E | 1D | 46 | D |
| Octal | 71 | 41 | 12 | 0 | 52 | 122 | 116 | 35 | 106 | 15 |
| Binary | 111001 | 100001 | 1010 | 0 | 101010 | 1010010 | 1001110 | 11101 | 1000110 | 1101 |
Color Harmonies of #39210A
Complementary color
Monochromatic Colors of #39210A
Black with #39210A
Text Example
Text Example
White with #39210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39210A; }
p { color: rgb(57,33,10); }
H1.HeaderClassName
{
color: #39210A;
}
.AnyTagClassName
{
color: #39210A;
}
</style>
background-color css
<style>
a { background-color: #39210A; }
a { background-color: rgb(57,33,10); }
div.DivClassName
{
background-color: #39210A;
}
.BgClassName
{
background-color: #39210A;
}
</style>
border-color css
<style>
span { border-color: #39210A; }
span { border-color: rgb(57,33,10); }
td.TdClassName
{
border-color: #39210A;
}
.TagClassName
{
border-color: #39210A;
}
</style>