Shades of Cocoa Brown #402805
Tints of Cocoa Brown #402805
RGB
CMYK
RGB Variations
Color information
#402805 (or 0x402805) is known color: Cocoa Brown. HEX triplet: 40, 28 and 05. RGB value is (64,40,5). Sum of RGB (Red+Green+Blue) = 64+40+5=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402805 is #BFD7FA. Grayscale: #2B2B2B. Windows color (decimal): -12572667 or 337984. OLE color: 337984.
HSL color Cylindrical-coordinate representation of color #402805: hue angle of 35.59º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #402805 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 5 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.75 |
| HSL | 35.59º | 0.86% | 0.14% | - |
| HSV(B) | 35.59º | 0.92% | 0.25% | - |
| XYZ | 2.9 | 2.62 | 0.5 | - |
| YUV | 43.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 5 | 0 | 0.38 | 0.92 | 0.75 | 35.59 | 0.86 | 0.14 |
| Hex | 40 | 28 | 5 | 0 | 26 | 5C | 4B | 24 | 56 | E |
| Octal | 100 | 50 | 5 | 0 | 46 | 134 | 113 | 44 | 126 | 16 |
| Binary | 1000000 | 101000 | 101 | 0 | 100110 | 1011100 | 1001011 | 100100 | 1010110 | 1110 |
Color Harmonies of #402805
Complementary color
Monochromatic Colors of #402805
Black with #402805
Text Example
Text Example
White with #402805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402805; }
p { color: rgb(64,40,5); }
H1.HeaderClassName
{
color: #402805;
}
.AnyTagClassName
{
color: #402805;
}
</style>
background-color css
<style>
a { background-color: #402805; }
a { background-color: rgb(64,40,5); }
div.DivClassName
{
background-color: #402805;
}
.BgClassName
{
background-color: #402805;
}
</style>
border-color css
<style>
span { border-color: #402805; }
span { border-color: rgb(64,40,5); }
td.TdClassName
{
border-color: #402805;
}
.TagClassName
{
border-color: #402805;
}
</style>