Shades of Cocoa Brown #3F2702
Tints of Cocoa Brown #3F2702
RGB
CMYK
RGB Variations
Color information
#3F2702 (or 0x3F2702) is known color: Cocoa Brown. HEX triplet: 3F, 27 and 02. RGB value is (63,39,2). Sum of RGB (Red+Green+Blue) = 63+39+2=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2702 is #C0D8FD. Grayscale: #2A2A2A. Windows color (decimal): -12638462 or 141119. OLE color: 141119.
HSL color Cylindrical-coordinate representation of color #3F2702: hue angle of 36.39º 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 #3F2702 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 2 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.75 |
| HSL | 36.39º | 0.94% | 0.13% | - |
| HSV(B) | 36.39º | 0.97% | 0.25% | - |
| XYZ | 2.79 | 2.51 | 0.4 | - |
| YUV | 41.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 2 | 0 | 0.38 | 0.97 | 0.75 | 36.39 | 0.94 | 0.13 |
| Hex | 3F | 27 | 2 | 0 | 26 | 61 | 4B | 24 | 5E | D |
| Octal | 77 | 47 | 2 | 0 | 46 | 141 | 113 | 44 | 136 | 15 |
| Binary | 111111 | 100111 | 10 | 0 | 100110 | 1100001 | 1001011 | 100100 | 1011110 | 1101 |
Color Harmonies of #3F2702
Complementary color
Monochromatic Colors of #3F2702
Black with #3F2702
Text Example
Text Example
White with #3F2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2702; }
p { color: rgb(63,39,2); }
H1.HeaderClassName
{
color: #3F2702;
}
.AnyTagClassName
{
color: #3F2702;
}
</style>
background-color css
<style>
a { background-color: #3F2702; }
a { background-color: rgb(63,39,2); }
div.DivClassName
{
background-color: #3F2702;
}
.BgClassName
{
background-color: #3F2702;
}
</style>
border-color css
<style>
span { border-color: #3F2702; }
span { border-color: rgb(63,39,2); }
td.TdClassName
{
border-color: #3F2702;
}
.TagClassName
{
border-color: #3F2702;
}
</style>