Shades of Cocoa Brown #3E2805
Tints of Cocoa Brown #3E2805
RGB
CMYK
RGB Variations
Color information
#3E2805 (or 0x3E2805) is known color: Cocoa Brown. HEX triplet: 3E, 28 and 05. RGB value is (62,40,5). Sum of RGB (Red+Green+Blue) = 62+40+5=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2805 is #C1D7FA. Grayscale: #2A2A2A. Windows color (decimal): -12703739 or 337982. OLE color: 337982.
HSL color Cylindrical-coordinate representation of color #3E2805: hue angle of 36.84º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E2805 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 5 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.76 |
| HSL | 36.84º | 0.85% | 0.13% | - |
| HSV(B) | 36.84º | 0.92% | 0.24% | - |
| XYZ | 2.77 | 2.55 | 0.49 | - |
| YUV | 42.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 5 | 0 | 0.35 | 0.92 | 0.76 | 36.84 | 0.85 | 0.13 |
| Hex | 3E | 28 | 5 | 0 | 23 | 5C | 4C | 25 | 55 | D |
| Octal | 76 | 50 | 5 | 0 | 43 | 134 | 114 | 45 | 125 | 15 |
| Binary | 111110 | 101000 | 101 | 0 | 100011 | 1011100 | 1001100 | 100101 | 1010101 | 1101 |
Color Harmonies of #3E2805
Complementary color
Monochromatic Colors of #3E2805
Black with #3E2805
Text Example
Text Example
White with #3E2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2805; }
p { color: rgb(62,40,5); }
H1.HeaderClassName
{
color: #3E2805;
}
.AnyTagClassName
{
color: #3E2805;
}
</style>
background-color css
<style>
a { background-color: #3E2805; }
a { background-color: rgb(62,40,5); }
div.DivClassName
{
background-color: #3E2805;
}
.BgClassName
{
background-color: #3E2805;
}
</style>
border-color css
<style>
span { border-color: #3E2805; }
span { border-color: rgb(62,40,5); }
td.TdClassName
{
border-color: #3E2805;
}
.TagClassName
{
border-color: #3E2805;
}
</style>