Shades of Cocoa Brown #3E2A10
Tints of Cocoa Brown #3E2A10
RGB
CMYK
RGB Variations
Color information
#3E2A10 (or 0x3E2A10) is known color: Cocoa Brown. HEX triplet: 3E, 2A and 10. RGB value is (62,42,16). Sum of RGB (Red+Green+Blue) = 62+42+16=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2A10 is #C1D5EF. Grayscale: #2D2D2D. Windows color (decimal): -12703216 or 1059390. OLE color: 1059390.
HSL color Cylindrical-coordinate representation of color #3E2A10: hue angle of 33.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2A10 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 16 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.76 |
| HSL | 33.91º | 0.59% | 0.15% | - |
| HSV(B) | 33.91º | 0.74% | 0.24% | - |
| XYZ | 2.91 | 2.72 | 0.86 | - |
| YUV | 45.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 16 | 0 | 0.32 | 0.74 | 0.76 | 33.91 | 0.59 | 0.15 |
| Hex | 3E | 2A | 10 | 0 | 20 | 4A | 4C | 22 | 3B | F |
| Octal | 76 | 52 | 20 | 0 | 40 | 112 | 114 | 42 | 73 | 17 |
| Binary | 111110 | 101010 | 10000 | 0 | 100000 | 1001010 | 1001100 | 100010 | 111011 | 1111 |
Color Harmonies of #3E2A10
Complementary color
Monochromatic Colors of #3E2A10
Black with #3E2A10
Text Example
Text Example
White with #3E2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A10; }
p { color: rgb(62,42,16); }
H1.HeaderClassName
{
color: #3E2A10;
}
.AnyTagClassName
{
color: #3E2A10;
}
</style>
background-color css
<style>
a { background-color: #3E2A10; }
a { background-color: rgb(62,42,16); }
div.DivClassName
{
background-color: #3E2A10;
}
.BgClassName
{
background-color: #3E2A10;
}
</style>
border-color css
<style>
span { border-color: #3E2A10; }
span { border-color: rgb(62,42,16); }
td.TdClassName
{
border-color: #3E2A10;
}
.TagClassName
{
border-color: #3E2A10;
}
</style>