Shades of Cocoa Brown #3F260A
Tints of Cocoa Brown #3F260A
RGB
CMYK
RGB Variations
Color information
#3F260A (or 0x3F260A) is known color: Cocoa Brown. HEX triplet: 3F, 26 and 0A. RGB value is (63,38,10). Sum of RGB (Red+Green+Blue) = 63+38+10=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F260A is #C0D9F5. Grayscale: #2A2A2A. Windows color (decimal): -12638710 or 665151. OLE color: 665151.
HSL color Cylindrical-coordinate representation of color #3F260A: hue angle of 31.7º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F260A is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 10 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.75 |
| HSL | 31.7º | 0.73% | 0.14% | - |
| HSV(B) | 31.7º | 0.84% | 0.25% | - |
| XYZ | 2.8 | 2.46 | 0.62 | - |
| YUV | 42.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 10 | 0 | 0.40 | 0.84 | 0.75 | 31.7 | 0.73 | 0.14 |
| Hex | 3F | 26 | A | 0 | 28 | 54 | 4B | 20 | 49 | E |
| Octal | 77 | 46 | 12 | 0 | 50 | 124 | 113 | 40 | 111 | 16 |
| Binary | 111111 | 100110 | 1010 | 0 | 101000 | 1010100 | 1001011 | 100000 | 1001001 | 1110 |
Color Harmonies of #3F260A
Complementary color
Monochromatic Colors of #3F260A
Black with #3F260A
Text Example
Text Example
White with #3F260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F260A; }
p { color: rgb(63,38,10); }
H1.HeaderClassName
{
color: #3F260A;
}
.AnyTagClassName
{
color: #3F260A;
}
</style>
background-color css
<style>
a { background-color: #3F260A; }
a { background-color: rgb(63,38,10); }
div.DivClassName
{
background-color: #3F260A;
}
.BgClassName
{
background-color: #3F260A;
}
</style>
border-color css
<style>
span { border-color: #3F260A; }
span { border-color: rgb(63,38,10); }
td.TdClassName
{
border-color: #3F260A;
}
.TagClassName
{
border-color: #3F260A;
}
</style>