Shades of Cocoa Brown #3E2502
Tints of Cocoa Brown #3E2502
RGB
CMYK
RGB Variations
Color information
#3E2502 (or 0x3E2502) is known color: Cocoa Brown. HEX triplet: 3E, 25 and 02. RGB value is (62,37,2). Sum of RGB (Red+Green+Blue) = 62+37+2=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2502 is #C1DAFD. Grayscale: #282828. Windows color (decimal): -12704510 or 140606. OLE color: 140606.
HSL color Cylindrical-coordinate representation of color #3E2502: hue angle of 35º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E2502 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 2 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.76 |
| HSL | 35º | 0.94% | 0.13% | - |
| HSV(B) | 35º | 0.97% | 0.24% | - |
| XYZ | 2.66 | 2.35 | 0.37 | - |
| YUV | 40.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 2 | 0 | 0.40 | 0.97 | 0.76 | 35 | 0.94 | 0.13 |
| Hex | 3E | 25 | 2 | 0 | 28 | 61 | 4C | 23 | 5E | D |
| Octal | 76 | 45 | 2 | 0 | 50 | 141 | 114 | 43 | 136 | 15 |
| Binary | 111110 | 100101 | 10 | 0 | 101000 | 1100001 | 1001100 | 100011 | 1011110 | 1101 |
Color Harmonies of #3E2502
Complementary color
Monochromatic Colors of #3E2502
Black with #3E2502
Text Example
Text Example
White with #3E2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2502; }
p { color: rgb(62,37,2); }
H1.HeaderClassName
{
color: #3E2502;
}
.AnyTagClassName
{
color: #3E2502;
}
</style>
background-color css
<style>
a { background-color: #3E2502; }
a { background-color: rgb(62,37,2); }
div.DivClassName
{
background-color: #3E2502;
}
.BgClassName
{
background-color: #3E2502;
}
</style>
border-color css
<style>
span { border-color: #3E2502; }
span { border-color: rgb(62,37,2); }
td.TdClassName
{
border-color: #3E2502;
}
.TagClassName
{
border-color: #3E2502;
}
</style>