Shades of Cocoa Brown #39220A
Tints of Cocoa Brown #39220A
RGB
CMYK
RGB Variations
Color information
#39220A (or 0x39220A) is known color: Cocoa Brown. HEX triplet: 39, 22 and 0A. RGB value is (57,34,10). Sum of RGB (Red+Green+Blue) = 57+34+10=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #39220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39220A is #C6DDF5. Grayscale: #262626. Windows color (decimal): -13032950 or 664121. OLE color: 664121.
HSL color Cylindrical-coordinate representation of color #39220A: hue angle of 30.64º 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 #39220A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 10 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.78 |
| HSL | 30.64º | 0.7% | 0.13% | - |
| HSV(B) | 30.64º | 0.82% | 0.22% | - |
| XYZ | 2.31 | 2.04 | 0.56 | - |
| YUV | 38.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 10 | 0 | 0.40 | 0.82 | 0.78 | 30.64 | 0.7 | 0.13 |
| Hex | 39 | 22 | A | 0 | 28 | 52 | 4E | 1F | 46 | D |
| Octal | 71 | 42 | 12 | 0 | 50 | 122 | 116 | 37 | 106 | 15 |
| Binary | 111001 | 100010 | 1010 | 0 | 101000 | 1010010 | 1001110 | 11111 | 1000110 | 1101 |
Color Harmonies of #39220A
Complementary color
Monochromatic Colors of #39220A
Black with #39220A
Text Example
Text Example
White with #39220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39220A; }
p { color: rgb(57,34,10); }
H1.HeaderClassName
{
color: #39220A;
}
.AnyTagClassName
{
color: #39220A;
}
</style>
background-color css
<style>
a { background-color: #39220A; }
a { background-color: rgb(57,34,10); }
div.DivClassName
{
background-color: #39220A;
}
.BgClassName
{
background-color: #39220A;
}
</style>
border-color css
<style>
span { border-color: #39220A; }
span { border-color: rgb(57,34,10); }
td.TdClassName
{
border-color: #39220A;
}
.TagClassName
{
border-color: #39220A;
}
</style>