Shades of Cocoa Brown #3F2A0D
Tints of Cocoa Brown #3F2A0D
RGB
CMYK
RGB Variations
Color information
#3F2A0D (or 0x3F2A0D) is known color: Cocoa Brown. HEX triplet: 3F, 2A and 0D. RGB value is (63,42,13). Sum of RGB (Red+Green+Blue) = 63+42+13=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A0D is #C0D5F2. Grayscale: #2D2D2D. Windows color (decimal): -12637683 or 862783. OLE color: 862783.
HSL color Cylindrical-coordinate representation of color #3F2A0D: hue angle of 34.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2A0D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 13 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.75 |
| HSL | 34.8º | 0.66% | 0.15% | - |
| HSV(B) | 34.8º | 0.79% | 0.25% | - |
| XYZ | 2.95 | 2.74 | 0.75 | - |
| YUV | 44.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 13 | 0 | 0.33 | 0.79 | 0.75 | 34.8 | 0.66 | 0.15 |
| Hex | 3F | 2A | D | 0 | 21 | 4F | 4B | 23 | 42 | F |
| Octal | 77 | 52 | 15 | 0 | 41 | 117 | 113 | 43 | 102 | 17 |
| Binary | 111111 | 101010 | 1101 | 0 | 100001 | 1001111 | 1001011 | 100011 | 1000010 | 1111 |
Color Harmonies of #3F2A0D
Complementary color
Monochromatic Colors of #3F2A0D
Black with #3F2A0D
Text Example
Text Example
White with #3F2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A0D; }
p { color: rgb(63,42,13); }
H1.HeaderClassName
{
color: #3F2A0D;
}
.AnyTagClassName
{
color: #3F2A0D;
}
</style>
background-color css
<style>
a { background-color: #3F2A0D; }
a { background-color: rgb(63,42,13); }
div.DivClassName
{
background-color: #3F2A0D;
}
.BgClassName
{
background-color: #3F2A0D;
}
</style>
border-color css
<style>
span { border-color: #3F2A0D; }
span { border-color: rgb(63,42,13); }
td.TdClassName
{
border-color: #3F2A0D;
}
.TagClassName
{
border-color: #3F2A0D;
}
</style>