Shades of Cocoa Brown #3F2302
Tints of Cocoa Brown #3F2302
RGB
CMYK
RGB Variations
Color information
#3F2302 (or 0x3F2302) is known color: Cocoa Brown. HEX triplet: 3F, 23 and 02. RGB value is (63,35,2). Sum of RGB (Red+Green+Blue) = 63+35+2=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2302 is #C0DCFD. Grayscale: #272727. Windows color (decimal): -12639486 or 140095. OLE color: 140095.
HSL color Cylindrical-coordinate representation of color #3F2302: hue angle of 32.46º 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 #3F2302 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 2 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.75 |
| HSL | 32.46º | 0.94% | 0.13% | - |
| HSV(B) | 32.46º | 0.97% | 0.25% | - |
| XYZ | 2.66 | 2.26 | 0.35 | - |
| YUV | 39.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 2 | 0 | 0.44 | 0.97 | 0.75 | 32.46 | 0.94 | 0.13 |
| Hex | 3F | 23 | 2 | 0 | 2C | 61 | 4B | 20 | 5E | D |
| Octal | 77 | 43 | 2 | 0 | 54 | 141 | 113 | 40 | 136 | 15 |
| Binary | 111111 | 100011 | 10 | 0 | 101100 | 1100001 | 1001011 | 100000 | 1011110 | 1101 |
Color Harmonies of #3F2302
Complementary color
Monochromatic Colors of #3F2302
Black with #3F2302
Text Example
Text Example
White with #3F2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2302; }
p { color: rgb(63,35,2); }
H1.HeaderClassName
{
color: #3F2302;
}
.AnyTagClassName
{
color: #3F2302;
}
</style>
background-color css
<style>
a { background-color: #3F2302; }
a { background-color: rgb(63,35,2); }
div.DivClassName
{
background-color: #3F2302;
}
.BgClassName
{
background-color: #3F2302;
}
</style>
border-color css
<style>
span { border-color: #3F2302; }
span { border-color: rgb(63,35,2); }
td.TdClassName
{
border-color: #3F2302;
}
.TagClassName
{
border-color: #3F2302;
}
</style>