Shades of Cocoa Brown #3F2602
Tints of Cocoa Brown #3F2602
RGB
CMYK
RGB Variations
Color information
#3F2602 (or 0x3F2602) is known color: Cocoa Brown. HEX triplet: 3F, 26 and 02. RGB value is (63,38,2). Sum of RGB (Red+Green+Blue) = 63+38+2=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2602 is #C0D9FD. Grayscale: #292929. Windows color (decimal): -12638718 or 140863. OLE color: 140863.
HSL color Cylindrical-coordinate representation of color #3F2602: hue angle of 35.41º 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 #3F2602 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 2 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.75 |
| HSL | 35.41º | 0.94% | 0.13% | - |
| HSV(B) | 35.41º | 0.97% | 0.25% | - |
| XYZ | 2.75 | 2.45 | 0.38 | - |
| YUV | 41.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 2 | 0 | 0.40 | 0.97 | 0.75 | 35.41 | 0.94 | 0.13 |
| Hex | 3F | 26 | 2 | 0 | 28 | 61 | 4B | 23 | 5E | D |
| Octal | 77 | 46 | 2 | 0 | 50 | 141 | 113 | 43 | 136 | 15 |
| Binary | 111111 | 100110 | 10 | 0 | 101000 | 1100001 | 1001011 | 100011 | 1011110 | 1101 |
Color Harmonies of #3F2602
Complementary color
Monochromatic Colors of #3F2602
Black with #3F2602
Text Example
Text Example
White with #3F2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2602; }
p { color: rgb(63,38,2); }
H1.HeaderClassName
{
color: #3F2602;
}
.AnyTagClassName
{
color: #3F2602;
}
</style>
background-color css
<style>
a { background-color: #3F2602; }
a { background-color: rgb(63,38,2); }
div.DivClassName
{
background-color: #3F2602;
}
.BgClassName
{
background-color: #3F2602;
}
</style>
border-color css
<style>
span { border-color: #3F2602; }
span { border-color: rgb(63,38,2); }
td.TdClassName
{
border-color: #3F2602;
}
.TagClassName
{
border-color: #3F2602;
}
</style>