Shades of Cocoa Brown #3F2201
Tints of Cocoa Brown #3F2201
RGB
CMYK
RGB Variations
Color information
#3F2201 (or 0x3F2201) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 01. RGB value is (63,34,1). Sum of RGB (Red+Green+Blue) = 63+34+1=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2201 is #C0DDFE. Grayscale: #272727. Windows color (decimal): -12639743 or 74303. OLE color: 74303.
HSL color Cylindrical-coordinate representation of color #3F2201: hue angle of 31.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F2201 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 1 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.75 |
| HSL | 31.94º | 0.97% | 0.13% | - |
| HSV(B) | 31.94º | 0.98% | 0.25% | - |
| XYZ | 2.63 | 2.2 | 0.32 | - |
| YUV | 38.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 1 | 0 | 0.46 | 0.98 | 0.75 | 31.94 | 0.97 | 0.13 |
| Hex | 3F | 22 | 1 | 0 | 2E | 62 | 4B | 20 | 61 | D |
| Octal | 77 | 42 | 1 | 0 | 56 | 142 | 113 | 40 | 141 | 15 |
| Binary | 111111 | 100010 | 1 | 0 | 101110 | 1100010 | 1001011 | 100000 | 1100001 | 1101 |
Color Harmonies of #3F2201
Complementary color
Monochromatic Colors of #3F2201
Black with #3F2201
Text Example
Text Example
White with #3F2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2201; }
p { color: rgb(63,34,1); }
H1.HeaderClassName
{
color: #3F2201;
}
.AnyTagClassName
{
color: #3F2201;
}
</style>
background-color css
<style>
a { background-color: #3F2201; }
a { background-color: rgb(63,34,1); }
div.DivClassName
{
background-color: #3F2201;
}
.BgClassName
{
background-color: #3F2201;
}
</style>
border-color css
<style>
span { border-color: #3F2201; }
span { border-color: rgb(63,34,1); }
td.TdClassName
{
border-color: #3F2201;
}
.TagClassName
{
border-color: #3F2201;
}
</style>