Shades of Cocoa Brown #3E2100
Tints of Cocoa Brown #3E2100
RGB
CMYK
RGB Variations
Color information
#3E2100 (or 0x3E2100) is known color: Cocoa Brown. HEX triplet: 3E, 21 and 00. RGB value is (62,33,0). Sum of RGB (Red+Green+Blue) = 62+33+0=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2100 is #C1DEFF. Grayscale: #262626. Windows color (decimal): -12705536 or 8510. OLE color: 8510.
HSL color Cylindrical-coordinate representation of color #3E2100: hue angle of 31.94º 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 #3E2100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.76 |
| HSL | 31.94º | 1% | 0.12% | - |
| HSV(B) | 31.94º | 1% | 0.24% | - |
| XYZ | 2.53 | 2.11 | 0.27 | - |
| YUV | 37.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 0 | 0 | 0.47 | 1 | 0.76 | 31.94 | 1 | 0.12 |
| Hex | 3E | 21 | 0 | 0 | 2F | 64 | 4C | 20 | 64 | C |
| Octal | 76 | 41 | 0 | 0 | 57 | 144 | 114 | 40 | 144 | 14 |
| Binary | 111110 | 100001 | 0 | 0 | 101111 | 1100100 | 1001100 | 100000 | 1100100 | 1100 |
Color Harmonies of #3E2100
Complementary color
Monochromatic Colors of #3E2100
Black with #3E2100
Text Example
Text Example
White with #3E2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2100; }
p { color: rgb(62,33,0); }
H1.HeaderClassName
{
color: #3E2100;
}
.AnyTagClassName
{
color: #3E2100;
}
</style>
background-color css
<style>
a { background-color: #3E2100; }
a { background-color: rgb(62,33,0); }
div.DivClassName
{
background-color: #3E2100;
}
.BgClassName
{
background-color: #3E2100;
}
</style>
border-color css
<style>
span { border-color: #3E2100; }
span { border-color: rgb(62,33,0); }
td.TdClassName
{
border-color: #3E2100;
}
.TagClassName
{
border-color: #3E2100;
}
</style>