Shades of Cocoa Brown #3F280E
Tints of Cocoa Brown #3F280E
RGB
CMYK
RGB Variations
Color information
#3F280E (or 0x3F280E) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 0E. RGB value is (63,40,14). Sum of RGB (Red+Green+Blue) = 63+40+14=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F280E is #C0D7F1. Grayscale: #2C2C2C. Windows color (decimal): -12638194 or 927807. OLE color: 927807.
HSL color Cylindrical-coordinate representation of color #3F280E: hue angle of 31.84º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F280E is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 14 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.75 |
| HSL | 31.84º | 0.64% | 0.15% | - |
| HSV(B) | 31.84º | 0.78% | 0.25% | - |
| XYZ | 2.89 | 2.61 | 0.77 | - |
| YUV | 43.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 14 | 0 | 0.37 | 0.78 | 0.75 | 31.84 | 0.64 | 0.15 |
| Hex | 3F | 28 | E | 0 | 25 | 4E | 4B | 20 | 40 | F |
| Octal | 77 | 50 | 16 | 0 | 45 | 116 | 113 | 40 | 100 | 17 |
| Binary | 111111 | 101000 | 1110 | 0 | 100101 | 1001110 | 1001011 | 100000 | 1000000 | 1111 |
Color Harmonies of #3F280E
Complementary color
Monochromatic Colors of #3F280E
Black with #3F280E
Text Example
Text Example
White with #3F280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F280E; }
p { color: rgb(63,40,14); }
H1.HeaderClassName
{
color: #3F280E;
}
.AnyTagClassName
{
color: #3F280E;
}
</style>
background-color css
<style>
a { background-color: #3F280E; }
a { background-color: rgb(63,40,14); }
div.DivClassName
{
background-color: #3F280E;
}
.BgClassName
{
background-color: #3F280E;
}
</style>
border-color css
<style>
span { border-color: #3F280E; }
span { border-color: rgb(63,40,14); }
td.TdClassName
{
border-color: #3F280E;
}
.TagClassName
{
border-color: #3F280E;
}
</style>