Shades of Cocoa Brown #3E2205
Tints of Cocoa Brown #3E2205
RGB
CMYK
RGB Variations
Color information
#3E2205 (or 0x3E2205) is known color: Cocoa Brown. HEX triplet: 3E, 22 and 05. RGB value is (62,34,5). Sum of RGB (Red+Green+Blue) = 62+34+5=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2205 is #C1DDFA. Grayscale: #272727. Windows color (decimal): -12705275 or 336446. OLE color: 336446.
HSL color Cylindrical-coordinate representation of color #3E2205: hue angle of 30.53º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E2205 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 5 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.76 |
| HSL | 30.53º | 0.85% | 0.13% | - |
| HSV(B) | 30.53º | 0.92% | 0.24% | - |
| XYZ | 2.59 | 2.18 | 0.43 | - |
| YUV | 39.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 5 | 0 | 0.45 | 0.92 | 0.76 | 30.53 | 0.85 | 0.13 |
| Hex | 3E | 22 | 5 | 0 | 2D | 5C | 4C | 1F | 55 | D |
| Octal | 76 | 42 | 5 | 0 | 55 | 134 | 114 | 37 | 125 | 15 |
| Binary | 111110 | 100010 | 101 | 0 | 101101 | 1011100 | 1001100 | 11111 | 1010101 | 1101 |
Color Harmonies of #3E2205
Complementary color
Monochromatic Colors of #3E2205
Black with #3E2205
Text Example
Text Example
White with #3E2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2205; }
p { color: rgb(62,34,5); }
H1.HeaderClassName
{
color: #3E2205;
}
.AnyTagClassName
{
color: #3E2205;
}
</style>
background-color css
<style>
a { background-color: #3E2205; }
a { background-color: rgb(62,34,5); }
div.DivClassName
{
background-color: #3E2205;
}
.BgClassName
{
background-color: #3E2205;
}
</style>
border-color css
<style>
span { border-color: #3E2205; }
span { border-color: rgb(62,34,5); }
td.TdClassName
{
border-color: #3E2205;
}
.TagClassName
{
border-color: #3E2205;
}
</style>