Shades of Cocoa Brown #3E2202
Tints of Cocoa Brown #3E2202
RGB
CMYK
RGB Variations
Color information
#3E2202 (or 0x3E2202) is known color: Cocoa Brown. HEX triplet: 3E, 22 and 02. RGB value is (62,34,2). Sum of RGB (Red+Green+Blue) = 62+34+2=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2202 is #C1DDFD. Grayscale: #262626. Windows color (decimal): -12705278 or 139838. OLE color: 139838.
HSL color Cylindrical-coordinate representation of color #3E2202: hue angle of 32º 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 #3E2202 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 2 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.76 |
| HSL | 32º | 0.94% | 0.13% | - |
| HSV(B) | 32º | 0.97% | 0.24% | - |
| XYZ | 2.57 | 2.17 | 0.34 | - |
| YUV | 38.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 2 | 0 | 0.45 | 0.97 | 0.76 | 32 | 0.94 | 0.13 |
| Hex | 3E | 22 | 2 | 0 | 2D | 61 | 4C | 20 | 5E | D |
| Octal | 76 | 42 | 2 | 0 | 55 | 141 | 114 | 40 | 136 | 15 |
| Binary | 111110 | 100010 | 10 | 0 | 101101 | 1100001 | 1001100 | 100000 | 1011110 | 1101 |
Color Harmonies of #3E2202
Complementary color
Monochromatic Colors of #3E2202
Black with #3E2202
Text Example
Text Example
White with #3E2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2202; }
p { color: rgb(62,34,2); }
H1.HeaderClassName
{
color: #3E2202;
}
.AnyTagClassName
{
color: #3E2202;
}
</style>
background-color css
<style>
a { background-color: #3E2202; }
a { background-color: rgb(62,34,2); }
div.DivClassName
{
background-color: #3E2202;
}
.BgClassName
{
background-color: #3E2202;
}
</style>
border-color css
<style>
span { border-color: #3E2202; }
span { border-color: rgb(62,34,2); }
td.TdClassName
{
border-color: #3E2202;
}
.TagClassName
{
border-color: #3E2202;
}
</style>