Shades of Cocoa Brown #3F2800
Tints of Cocoa Brown #3F2800
RGB
CMYK
RGB Variations
Color information
#3F2800 (or 0x3F2800) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 00. RGB value is (63,40,0). Sum of RGB (Red+Green+Blue) = 63+40+0=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2800 is #C0D7FF. Grayscale: #2A2A2A. Windows color (decimal): -12638208 or 10303. OLE color: 10303.
HSL color Cylindrical-coordinate representation of color #3F2800: hue angle of 38.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F2800 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.75 |
| HSL | 38.1º | 1% | 0.12% | - |
| HSV(B) | 38.1º | 1% | 0.25% | - |
| XYZ | 2.81 | 2.57 | 0.35 | - |
| YUV | 42.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 0 | 0 | 0.37 | 1 | 0.75 | 38.1 | 1 | 0.12 |
| Hex | 3F | 28 | 0 | 0 | 25 | 64 | 4B | 26 | 64 | C |
| Octal | 77 | 50 | 0 | 0 | 45 | 144 | 113 | 46 | 144 | 14 |
| Binary | 111111 | 101000 | 0 | 0 | 100101 | 1100100 | 1001011 | 100110 | 1100100 | 1100 |
Color Harmonies of #3F2800
Complementary color
Monochromatic Colors of #3F2800
Black with #3F2800
Text Example
Text Example
White with #3F2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2800; }
p { color: rgb(63,40,0); }
H1.HeaderClassName
{
color: #3F2800;
}
.AnyTagClassName
{
color: #3F2800;
}
</style>
background-color css
<style>
a { background-color: #3F2800; }
a { background-color: rgb(63,40,0); }
div.DivClassName
{
background-color: #3F2800;
}
.BgClassName
{
background-color: #3F2800;
}
</style>
border-color css
<style>
span { border-color: #3F2800; }
span { border-color: rgb(63,40,0); }
td.TdClassName
{
border-color: #3F2800;
}
.TagClassName
{
border-color: #3F2800;
}
</style>