Shades of Cocoa Brown #3F2205
Tints of Cocoa Brown #3F2205
RGB
CMYK
RGB Variations
Color information
#3F2205 (or 0x3F2205) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 05. RGB value is (63,34,5). Sum of RGB (Red+Green+Blue) = 63+34+5=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2205 is #C0DDFA. Grayscale: #272727. Windows color (decimal): -12639739 or 336447. OLE color: 336447.
HSL color Cylindrical-coordinate representation of color #3F2205: hue angle of 30º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F2205 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 5 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.75 |
| HSL | 30º | 0.85% | 0.13% | - |
| HSV(B) | 30º | 0.92% | 0.25% | - |
| XYZ | 2.65 | 2.21 | 0.43 | - |
| YUV | 39.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 5 | 0 | 0.46 | 0.92 | 0.75 | 30 | 0.85 | 0.13 |
| Hex | 3F | 22 | 5 | 0 | 2E | 5C | 4B | 1E | 55 | D |
| Octal | 77 | 42 | 5 | 0 | 56 | 134 | 113 | 36 | 125 | 15 |
| Binary | 111111 | 100010 | 101 | 0 | 101110 | 1011100 | 1001011 | 11110 | 1010101 | 1101 |
Color Harmonies of #3F2205
Complementary color
Monochromatic Colors of #3F2205
Black with #3F2205
Text Example
Text Example
White with #3F2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2205; }
p { color: rgb(63,34,5); }
H1.HeaderClassName
{
color: #3F2205;
}
.AnyTagClassName
{
color: #3F2205;
}
</style>
background-color css
<style>
a { background-color: #3F2205; }
a { background-color: rgb(63,34,5); }
div.DivClassName
{
background-color: #3F2205;
}
.BgClassName
{
background-color: #3F2205;
}
</style>
border-color css
<style>
span { border-color: #3F2205; }
span { border-color: rgb(63,34,5); }
td.TdClassName
{
border-color: #3F2205;
}
.TagClassName
{
border-color: #3F2205;
}
</style>