Shades of Cocoa Brown #3F290D
Tints of Cocoa Brown #3F290D
RGB
CMYK
RGB Variations
Color information
#3F290D (or 0x3F290D) is known color: Cocoa Brown. HEX triplet: 3F, 29 and 0D. RGB value is (63,41,13). Sum of RGB (Red+Green+Blue) = 63+41+13=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F290D is #C0D6F2. Grayscale: #2C2C2C. Windows color (decimal): -12637939 or 862527. OLE color: 862527.
HSL color Cylindrical-coordinate representation of color #3F290D: hue angle of 33.6º 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 #3F290D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 13 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.75 |
| HSL | 33.6º | 0.66% | 0.15% | - |
| HSV(B) | 33.6º | 0.79% | 0.25% | - |
| XYZ | 2.92 | 2.67 | 0.74 | - |
| YUV | 44.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 13 | 0 | 0.35 | 0.79 | 0.75 | 33.6 | 0.66 | 0.15 |
| Hex | 3F | 29 | D | 0 | 23 | 4F | 4B | 22 | 42 | F |
| Octal | 77 | 51 | 15 | 0 | 43 | 117 | 113 | 42 | 102 | 17 |
| Binary | 111111 | 101001 | 1101 | 0 | 100011 | 1001111 | 1001011 | 100010 | 1000010 | 1111 |
Color Harmonies of #3F290D
Complementary color
Monochromatic Colors of #3F290D
Black with #3F290D
Text Example
Text Example
White with #3F290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F290D; }
p { color: rgb(63,41,13); }
H1.HeaderClassName
{
color: #3F290D;
}
.AnyTagClassName
{
color: #3F290D;
}
</style>
background-color css
<style>
a { background-color: #3F290D; }
a { background-color: rgb(63,41,13); }
div.DivClassName
{
background-color: #3F290D;
}
.BgClassName
{
background-color: #3F290D;
}
</style>
border-color css
<style>
span { border-color: #3F290D; }
span { border-color: rgb(63,41,13); }
td.TdClassName
{
border-color: #3F290D;
}
.TagClassName
{
border-color: #3F290D;
}
</style>