Shades of Cocoa Brown #3E2001
Tints of Cocoa Brown #3E2001
RGB
CMYK
RGB Variations
Color information
#3E2001 (or 0x3E2001) is known color: Cocoa Brown. HEX triplet: 3E, 20 and 01. RGB value is (62,32,1). Sum of RGB (Red+Green+Blue) = 62+32+1=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2001 is #C1DFFE. Grayscale: #252525. Windows color (decimal): -12705791 or 73790. OLE color: 73790.
HSL color Cylindrical-coordinate representation of color #3E2001: hue angle of 30.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E2001 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 1 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.76 |
| HSL | 30.49º | 0.97% | 0.12% | - |
| HSV(B) | 30.49º | 0.98% | 0.24% | - |
| XYZ | 2.51 | 2.06 | 0.29 | - |
| YUV | 37.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 1 | 0 | 0.48 | 0.98 | 0.76 | 30.49 | 0.97 | 0.12 |
| Hex | 3E | 20 | 1 | 0 | 30 | 62 | 4C | 1E | 61 | C |
| Octal | 76 | 40 | 1 | 0 | 60 | 142 | 114 | 36 | 141 | 14 |
| Binary | 111110 | 100000 | 1 | 0 | 110000 | 1100010 | 1001100 | 11110 | 1100001 | 1100 |
Color Harmonies of #3E2001
Complementary color
Monochromatic Colors of #3E2001
Black with #3E2001
Text Example
Text Example
White with #3E2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2001; }
p { color: rgb(62,32,1); }
H1.HeaderClassName
{
color: #3E2001;
}
.AnyTagClassName
{
color: #3E2001;
}
</style>
background-color css
<style>
a { background-color: #3E2001; }
a { background-color: rgb(62,32,1); }
div.DivClassName
{
background-color: #3E2001;
}
.BgClassName
{
background-color: #3E2001;
}
</style>
border-color css
<style>
span { border-color: #3E2001; }
span { border-color: rgb(62,32,1); }
td.TdClassName
{
border-color: #3E2001;
}
.TagClassName
{
border-color: #3E2001;
}
</style>