Shades of Cocoa Brown #3E2808
Tints of Cocoa Brown #3E2808
RGB
CMYK
RGB Variations
Color information
#3E2808 (or 0x3E2808) is known color: Cocoa Brown. HEX triplet: 3E, 28 and 08. RGB value is (62,40,8). Sum of RGB (Red+Green+Blue) = 62+40+8=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2808 is #C1D7F7. Grayscale: #2B2B2B. Windows color (decimal): -12703736 or 534590. OLE color: 534590.
HSL color Cylindrical-coordinate representation of color #3E2808: hue angle of 35.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E2808 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 8 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.76 |
| HSL | 35.56º | 0.77% | 0.14% | - |
| HSV(B) | 35.56º | 0.87% | 0.24% | - |
| XYZ | 2.79 | 2.56 | 0.58 | - |
| YUV | 42.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 8 | 0 | 0.35 | 0.87 | 0.76 | 35.56 | 0.77 | 0.14 |
| Hex | 3E | 28 | 8 | 0 | 23 | 57 | 4C | 24 | 4D | E |
| Octal | 76 | 50 | 10 | 0 | 43 | 127 | 114 | 44 | 115 | 16 |
| Binary | 111110 | 101000 | 1000 | 0 | 100011 | 1010111 | 1001100 | 100100 | 1001101 | 1110 |
Color Harmonies of #3E2808
Complementary color
Monochromatic Colors of #3E2808
Black with #3E2808
Text Example
Text Example
White with #3E2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2808; }
p { color: rgb(62,40,8); }
H1.HeaderClassName
{
color: #3E2808;
}
.AnyTagClassName
{
color: #3E2808;
}
</style>
background-color css
<style>
a { background-color: #3E2808; }
a { background-color: rgb(62,40,8); }
div.DivClassName
{
background-color: #3E2808;
}
.BgClassName
{
background-color: #3E2808;
}
</style>
border-color css
<style>
span { border-color: #3E2808; }
span { border-color: rgb(62,40,8); }
td.TdClassName
{
border-color: #3E2808;
}
.TagClassName
{
border-color: #3E2808;
}
</style>