Shades of Cocoa Brown #3F280C
Tints of Cocoa Brown #3F280C
RGB
CMYK
RGB Variations
Color information
#3F280C (or 0x3F280C) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 0C. RGB value is (63,40,12). Sum of RGB (Red+Green+Blue) = 63+40+12=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F280C is #C0D7F3. Grayscale: #2B2B2B. Windows color (decimal): -12638196 or 796735. OLE color: 796735.
HSL color Cylindrical-coordinate representation of color #3F280C: hue angle of 32.94º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F280C is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 12 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.75 |
| HSL | 32.94º | 0.68% | 0.15% | - |
| HSV(B) | 32.94º | 0.81% | 0.25% | - |
| XYZ | 2.88 | 2.6 | 0.7 | - |
| YUV | 43.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 12 | 0 | 0.37 | 0.81 | 0.75 | 32.94 | 0.68 | 0.15 |
| Hex | 3F | 28 | C | 0 | 25 | 51 | 4B | 21 | 44 | F |
| Octal | 77 | 50 | 14 | 0 | 45 | 121 | 113 | 41 | 104 | 17 |
| Binary | 111111 | 101000 | 1100 | 0 | 100101 | 1010001 | 1001011 | 100001 | 1000100 | 1111 |
Color Harmonies of #3F280C
Complementary color
Monochromatic Colors of #3F280C
Black with #3F280C
Text Example
Text Example
White with #3F280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F280C; }
p { color: rgb(63,40,12); }
H1.HeaderClassName
{
color: #3F280C;
}
.AnyTagClassName
{
color: #3F280C;
}
</style>
background-color css
<style>
a { background-color: #3F280C; }
a { background-color: rgb(63,40,12); }
div.DivClassName
{
background-color: #3F280C;
}
.BgClassName
{
background-color: #3F280C;
}
</style>
border-color css
<style>
span { border-color: #3F280C; }
span { border-color: rgb(63,40,12); }
td.TdClassName
{
border-color: #3F280C;
}
.TagClassName
{
border-color: #3F280C;
}
</style>