Shades of Cocoa Brown #3E2200
Tints of Cocoa Brown #3E2200
RGB
CMYK
RGB Variations
Color information
#3E2200 (or 0x3E2200) is known color: Cocoa Brown. HEX triplet: 3E, 22 and 00. RGB value is (62,34,0). Sum of RGB (Red+Green+Blue) = 62+34+0=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2200 is #C1DDFF. Grayscale: #262626. Windows color (decimal): -12705280 or 8766. OLE color: 8766.
HSL color Cylindrical-coordinate representation of color #3E2200: hue angle of 32.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E2200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.76 |
| HSL | 32.9º | 1% | 0.12% | - |
| HSV(B) | 32.9º | 1% | 0.24% | - |
| XYZ | 2.56 | 2.17 | 0.28 | - |
| YUV | 38.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 0 | 0 | 0.45 | 1 | 0.76 | 32.9 | 1 | 0.12 |
| Hex | 3E | 22 | 0 | 0 | 2D | 64 | 4C | 21 | 64 | C |
| Octal | 76 | 42 | 0 | 0 | 55 | 144 | 114 | 41 | 144 | 14 |
| Binary | 111110 | 100010 | 0 | 0 | 101101 | 1100100 | 1001100 | 100001 | 1100100 | 1100 |
Color Harmonies of #3E2200
Complementary color
Monochromatic Colors of #3E2200
Black with #3E2200
Text Example
Text Example
White with #3E2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2200; }
p { color: rgb(62,34,0); }
H1.HeaderClassName
{
color: #3E2200;
}
.AnyTagClassName
{
color: #3E2200;
}
</style>
background-color css
<style>
a { background-color: #3E2200; }
a { background-color: rgb(62,34,0); }
div.DivClassName
{
background-color: #3E2200;
}
.BgClassName
{
background-color: #3E2200;
}
</style>
border-color css
<style>
span { border-color: #3E2200; }
span { border-color: rgb(62,34,0); }
td.TdClassName
{
border-color: #3E2200;
}
.TagClassName
{
border-color: #3E2200;
}
</style>