Shades of Cocoa Brown #3E2810
Tints of Cocoa Brown #3E2810
RGB
CMYK
RGB Variations
Color information
#3E2810 (or 0x3E2810) is known color: Cocoa Brown. HEX triplet: 3E, 28 and 10. RGB value is (62,40,16). Sum of RGB (Red+Green+Blue) = 62+40+16=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2810 is #C1D7EF. Grayscale: #2B2B2B. Windows color (decimal): -12703728 or 1058878. OLE color: 1058878.
HSL color Cylindrical-coordinate representation of color #3E2810: hue angle of 31.3º 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 #3E2810 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 16 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.76 |
| HSL | 31.3º | 0.59% | 0.15% | - |
| HSV(B) | 31.3º | 0.74% | 0.24% | - |
| XYZ | 2.84 | 2.58 | 0.84 | - |
| YUV | 43.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 16 | 0 | 0.35 | 0.74 | 0.76 | 31.3 | 0.59 | 0.15 |
| Hex | 3E | 28 | 10 | 0 | 23 | 4A | 4C | 1F | 3B | F |
| Octal | 76 | 50 | 20 | 0 | 43 | 112 | 114 | 37 | 73 | 17 |
| Binary | 111110 | 101000 | 10000 | 0 | 100011 | 1001010 | 1001100 | 11111 | 111011 | 1111 |
Color Harmonies of #3E2810
Complementary color
Monochromatic Colors of #3E2810
Black with #3E2810
Text Example
Text Example
White with #3E2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2810; }
p { color: rgb(62,40,16); }
H1.HeaderClassName
{
color: #3E2810;
}
.AnyTagClassName
{
color: #3E2810;
}
</style>
background-color css
<style>
a { background-color: #3E2810; }
a { background-color: rgb(62,40,16); }
div.DivClassName
{
background-color: #3E2810;
}
.BgClassName
{
background-color: #3E2810;
}
</style>
border-color css
<style>
span { border-color: #3E2810; }
span { border-color: rgb(62,40,16); }
td.TdClassName
{
border-color: #3E2810;
}
.TagClassName
{
border-color: #3E2810;
}
</style>