Shades of Cocoa Brown #402804
Tints of Cocoa Brown #402804
RGB
CMYK
RGB Variations
Color information
#402804 (or 0x402804) is known color: Cocoa Brown. HEX triplet: 40, 28 and 04. RGB value is (64,40,4). Sum of RGB (Red+Green+Blue) = 64+40+4=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402804 is #BFD7FB. Grayscale: #2B2B2B. Windows color (decimal): -12572668 or 272448. OLE color: 272448.
HSL color Cylindrical-coordinate representation of color #402804: hue angle of 36º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #402804 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 4 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.75 |
| HSL | 36º | 0.88% | 0.13% | - |
| HSV(B) | 36º | 0.94% | 0.25% | - |
| XYZ | 2.9 | 2.62 | 0.47 | - |
| YUV | 43.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 4 | 0 | 0.38 | 0.94 | 0.75 | 36 | 0.88 | 0.13 |
| Hex | 40 | 28 | 4 | 0 | 26 | 5E | 4B | 24 | 58 | D |
| Octal | 100 | 50 | 4 | 0 | 46 | 136 | 113 | 44 | 130 | 15 |
| Binary | 1000000 | 101000 | 100 | 0 | 100110 | 1011110 | 1001011 | 100100 | 1011000 | 1101 |
Color Harmonies of #402804
Complementary color
Monochromatic Colors of #402804
Black with #402804
Text Example
Text Example
White with #402804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402804; }
p { color: rgb(64,40,4); }
H1.HeaderClassName
{
color: #402804;
}
.AnyTagClassName
{
color: #402804;
}
</style>
background-color css
<style>
a { background-color: #402804; }
a { background-color: rgb(64,40,4); }
div.DivClassName
{
background-color: #402804;
}
.BgClassName
{
background-color: #402804;
}
</style>
border-color css
<style>
span { border-color: #402804; }
span { border-color: rgb(64,40,4); }
td.TdClassName
{
border-color: #402804;
}
.TagClassName
{
border-color: #402804;
}
</style>