Shades of Cocoa Brown #3F2204
Tints of Cocoa Brown #3F2204
RGB
CMYK
RGB Variations
Color information
#3F2204 (or 0x3F2204) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 04. RGB value is (63,34,4). Sum of RGB (Red+Green+Blue) = 63+34+4=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2204 is #C0DDFB. Grayscale: #272727. Windows color (decimal): -12639740 or 270911. OLE color: 270911.
HSL color Cylindrical-coordinate representation of color #3F2204: hue angle of 30.51º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F2204 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 4 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.75 |
| HSL | 30.51º | 0.88% | 0.13% | - |
| HSV(B) | 30.51º | 0.94% | 0.25% | - |
| XYZ | 2.64 | 2.21 | 0.4 | - |
| YUV | 39.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 4 | 0 | 0.46 | 0.94 | 0.75 | 30.51 | 0.88 | 0.13 |
| Hex | 3F | 22 | 4 | 0 | 2E | 5E | 4B | 1F | 58 | D |
| Octal | 77 | 42 | 4 | 0 | 56 | 136 | 113 | 37 | 130 | 15 |
| Binary | 111111 | 100010 | 100 | 0 | 101110 | 1011110 | 1001011 | 11111 | 1011000 | 1101 |
Color Harmonies of #3F2204
Complementary color
Monochromatic Colors of #3F2204
Black with #3F2204
Text Example
Text Example
White with #3F2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2204; }
p { color: rgb(63,34,4); }
H1.HeaderClassName
{
color: #3F2204;
}
.AnyTagClassName
{
color: #3F2204;
}
</style>
background-color css
<style>
a { background-color: #3F2204; }
a { background-color: rgb(63,34,4); }
div.DivClassName
{
background-color: #3F2204;
}
.BgClassName
{
background-color: #3F2204;
}
</style>
border-color css
<style>
span { border-color: #3F2204; }
span { border-color: rgb(63,34,4); }
td.TdClassName
{
border-color: #3F2204;
}
.TagClassName
{
border-color: #3F2204;
}
</style>