Shades of Cocoa Brown #39210F
Tints of Cocoa Brown #39210F
RGB
CMYK
RGB Variations
Color information
#39210F (or 0x39210F) is known color: Cocoa Brown. HEX triplet: 39, 21 and 0F. RGB value is (57,33,15). Sum of RGB (Red+Green+Blue) = 57+33+15=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #39210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39210F is #C6DEF0. Grayscale: #262626. Windows color (decimal): -13033201 or 991545. OLE color: 991545.
HSL color Cylindrical-coordinate representation of color #39210F: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39210F is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 15 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.78 |
| HSL | 25.71º | 0.58% | 0.14% | - |
| HSV(B) | 25.71º | 0.74% | 0.22% | - |
| XYZ | 2.32 | 1.99 | 0.71 | - |
| YUV | 38.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 15 | 0 | 0.42 | 0.74 | 0.78 | 25.71 | 0.58 | 0.14 |
| Hex | 39 | 21 | F | 0 | 2A | 4A | 4E | 1A | 3A | E |
| Octal | 71 | 41 | 17 | 0 | 52 | 112 | 116 | 32 | 72 | 16 |
| Binary | 111001 | 100001 | 1111 | 0 | 101010 | 1001010 | 1001110 | 11010 | 111010 | 1110 |
Color Harmonies of #39210F
Complementary color
Monochromatic Colors of #39210F
Black with #39210F
Text Example
Text Example
White with #39210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39210F; }
p { color: rgb(57,33,15); }
H1.HeaderClassName
{
color: #39210F;
}
.AnyTagClassName
{
color: #39210F;
}
</style>
background-color css
<style>
a { background-color: #39210F; }
a { background-color: rgb(57,33,15); }
div.DivClassName
{
background-color: #39210F;
}
.BgClassName
{
background-color: #39210F;
}
</style>
border-color css
<style>
span { border-color: #39210F; }
span { border-color: rgb(57,33,15); }
td.TdClassName
{
border-color: #39210F;
}
.TagClassName
{
border-color: #39210F;
}
</style>