Shades of Cocoa Brown #3E2600
Tints of Cocoa Brown #3E2600
RGB
CMYK
RGB Variations
Color information
#3E2600 (or 0x3E2600) is known color: Cocoa Brown. HEX triplet: 3E, 26 and 00. RGB value is (62,38,0). Sum of RGB (Red+Green+Blue) = 62+38+0=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2600 is #C1D9FF. Grayscale: #292929. Windows color (decimal): -12704256 or 9790. OLE color: 9790.
HSL color Cylindrical-coordinate representation of color #3E2600: hue angle of 36.77º 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 #3E2600 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.76 |
| HSL | 36.77º | 1% | 0.12% | - |
| HSV(B) | 36.77º | 1% | 0.24% | - |
| XYZ | 2.68 | 2.41 | 0.32 | - |
| YUV | 40.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 0 | 0 | 0.39 | 1 | 0.76 | 36.77 | 1 | 0.12 |
| Hex | 3E | 26 | 0 | 0 | 27 | 64 | 4C | 25 | 64 | C |
| Octal | 76 | 46 | 0 | 0 | 47 | 144 | 114 | 45 | 144 | 14 |
| Binary | 111110 | 100110 | 0 | 0 | 100111 | 1100100 | 1001100 | 100101 | 1100100 | 1100 |
Color Harmonies of #3E2600
Complementary color
Monochromatic Colors of #3E2600
Black with #3E2600
Text Example
Text Example
White with #3E2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2600; }
p { color: rgb(62,38,0); }
H1.HeaderClassName
{
color: #3E2600;
}
.AnyTagClassName
{
color: #3E2600;
}
</style>
background-color css
<style>
a { background-color: #3E2600; }
a { background-color: rgb(62,38,0); }
div.DivClassName
{
background-color: #3E2600;
}
.BgClassName
{
background-color: #3E2600;
}
</style>
border-color css
<style>
span { border-color: #3E2600; }
span { border-color: rgb(62,38,0); }
td.TdClassName
{
border-color: #3E2600;
}
.TagClassName
{
border-color: #3E2600;
}
</style>