Shades of Cocoa Brown #3F2907
Tints of Cocoa Brown #3F2907
RGB
CMYK
RGB Variations
Color information
#3F2907 (or 0x3F2907) is known color: Cocoa Brown. HEX triplet: 3F, 29 and 07. RGB value is (63,41,7). Sum of RGB (Red+Green+Blue) = 63+41+7=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2907 is #C0D6F8. Grayscale: #2B2B2B. Windows color (decimal): -12637945 or 469311. OLE color: 469311.
HSL color Cylindrical-coordinate representation of color #3F2907: hue angle of 36.43º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F2907 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 7 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.75 |
| HSL | 36.43º | 0.8% | 0.14% | - |
| HSV(B) | 36.43º | 0.89% | 0.25% | - |
| XYZ | 2.88 | 2.66 | 0.56 | - |
| YUV | 43.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 7 | 0 | 0.35 | 0.89 | 0.75 | 36.43 | 0.8 | 0.14 |
| Hex | 3F | 29 | 7 | 0 | 23 | 59 | 4B | 24 | 50 | E |
| Octal | 77 | 51 | 7 | 0 | 43 | 131 | 113 | 44 | 120 | 16 |
| Binary | 111111 | 101001 | 111 | 0 | 100011 | 1011001 | 1001011 | 100100 | 1010000 | 1110 |
Color Harmonies of #3F2907
Complementary color
Monochromatic Colors of #3F2907
Black with #3F2907
Text Example
Text Example
White with #3F2907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2907; }
p { color: rgb(63,41,7); }
H1.HeaderClassName
{
color: #3F2907;
}
.AnyTagClassName
{
color: #3F2907;
}
</style>
background-color css
<style>
a { background-color: #3F2907; }
a { background-color: rgb(63,41,7); }
div.DivClassName
{
background-color: #3F2907;
}
.BgClassName
{
background-color: #3F2907;
}
</style>
border-color css
<style>
span { border-color: #3F2907; }
span { border-color: rgb(63,41,7); }
td.TdClassName
{
border-color: #3F2907;
}
.TagClassName
{
border-color: #3F2907;
}
</style>