Shades of Cocoa Brown #3F2802
Tints of Cocoa Brown #3F2802
RGB
CMYK
RGB Variations
Color information
#3F2802 (or 0x3F2802) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 02. RGB value is (63,40,2). Sum of RGB (Red+Green+Blue) = 63+40+2=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2802 is #C0D7FD. Grayscale: #2A2A2A. Windows color (decimal): -12638206 or 141375. OLE color: 141375.
HSL color Cylindrical-coordinate representation of color #3F2802: hue angle of 37.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F2802 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 2 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.75 |
| HSL | 37.38º | 0.94% | 0.13% | - |
| HSV(B) | 37.38º | 0.97% | 0.25% | - |
| XYZ | 2.82 | 2.58 | 0.41 | - |
| YUV | 42.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 2 | 0 | 0.37 | 0.97 | 0.75 | 37.38 | 0.94 | 0.13 |
| Hex | 3F | 28 | 2 | 0 | 25 | 61 | 4B | 25 | 5E | D |
| Octal | 77 | 50 | 2 | 0 | 45 | 141 | 113 | 45 | 136 | 15 |
| Binary | 111111 | 101000 | 10 | 0 | 100101 | 1100001 | 1001011 | 100101 | 1011110 | 1101 |
Color Harmonies of #3F2802
Complementary color
Monochromatic Colors of #3F2802
Black with #3F2802
Text Example
Text Example
White with #3F2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2802; }
p { color: rgb(63,40,2); }
H1.HeaderClassName
{
color: #3F2802;
}
.AnyTagClassName
{
color: #3F2802;
}
</style>
background-color css
<style>
a { background-color: #3F2802; }
a { background-color: rgb(63,40,2); }
div.DivClassName
{
background-color: #3F2802;
}
.BgClassName
{
background-color: #3F2802;
}
</style>
border-color css
<style>
span { border-color: #3F2802; }
span { border-color: rgb(63,40,2); }
td.TdClassName
{
border-color: #3F2802;
}
.TagClassName
{
border-color: #3F2802;
}
</style>