Shades of Cocoa Brown #3F2A08
Tints of Cocoa Brown #3F2A08
RGB
CMYK
RGB Variations
Color information
#3F2A08 (or 0x3F2A08) is known color: Cocoa Brown. HEX triplet: 3F, 2A and 08. RGB value is (63,42,8). Sum of RGB (Red+Green+Blue) = 63+42+8=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A08 is #C0D5F7. Grayscale: #2C2C2C. Windows color (decimal): -12637688 or 535103. OLE color: 535103.
HSL color Cylindrical-coordinate representation of color #3F2A08: hue angle of 37.09º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F2A08 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 8 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.75 |
| HSL | 37.09º | 0.77% | 0.14% | - |
| HSV(B) | 37.09º | 0.87% | 0.25% | - |
| XYZ | 2.92 | 2.73 | 0.6 | - |
| YUV | 44.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 8 | 0 | 0.33 | 0.87 | 0.75 | 37.09 | 0.77 | 0.14 |
| Hex | 3F | 2A | 8 | 0 | 21 | 57 | 4B | 25 | 4D | E |
| Octal | 77 | 52 | 10 | 0 | 41 | 127 | 113 | 45 | 115 | 16 |
| Binary | 111111 | 101010 | 1000 | 0 | 100001 | 1010111 | 1001011 | 100101 | 1001101 | 1110 |
Color Harmonies of #3F2A08
Complementary color
Monochromatic Colors of #3F2A08
Black with #3F2A08
Text Example
Text Example
White with #3F2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A08; }
p { color: rgb(63,42,8); }
H1.HeaderClassName
{
color: #3F2A08;
}
.AnyTagClassName
{
color: #3F2A08;
}
</style>
background-color css
<style>
a { background-color: #3F2A08; }
a { background-color: rgb(63,42,8); }
div.DivClassName
{
background-color: #3F2A08;
}
.BgClassName
{
background-color: #3F2A08;
}
</style>
border-color css
<style>
span { border-color: #3F2A08; }
span { border-color: rgb(63,42,8); }
td.TdClassName
{
border-color: #3F2A08;
}
.TagClassName
{
border-color: #3F2A08;
}
</style>