Shades of Cocoa Brown #402806
Tints of Cocoa Brown #402806
RGB
CMYK
RGB Variations
Color information
#402806 (or 0x402806) is known color: Cocoa Brown. HEX triplet: 40, 28 and 06. RGB value is (64,40,6). Sum of RGB (Red+Green+Blue) = 64+40+6=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402806 is #BFD7F9. Grayscale: #2B2B2B. Windows color (decimal): -12572666 or 403520. OLE color: 403520.
HSL color Cylindrical-coordinate representation of color #402806: hue angle of 35.17º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402806 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 6 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.75 |
| HSL | 35.17º | 0.83% | 0.14% | - |
| HSV(B) | 35.17º | 0.91% | 0.25% | - |
| XYZ | 2.91 | 2.62 | 0.52 | - |
| YUV | 43.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 6 | 0 | 0.38 | 0.91 | 0.75 | 35.17 | 0.83 | 0.14 |
| Hex | 40 | 28 | 6 | 0 | 26 | 5B | 4B | 23 | 53 | E |
| Octal | 100 | 50 | 6 | 0 | 46 | 133 | 113 | 43 | 123 | 16 |
| Binary | 1000000 | 101000 | 110 | 0 | 100110 | 1011011 | 1001011 | 100011 | 1010011 | 1110 |
Color Harmonies of #402806
Complementary color
Monochromatic Colors of #402806
Black with #402806
Text Example
Text Example
White with #402806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402806; }
p { color: rgb(64,40,6); }
H1.HeaderClassName
{
color: #402806;
}
.AnyTagClassName
{
color: #402806;
}
</style>
background-color css
<style>
a { background-color: #402806; }
a { background-color: rgb(64,40,6); }
div.DivClassName
{
background-color: #402806;
}
.BgClassName
{
background-color: #402806;
}
</style>
border-color css
<style>
span { border-color: #402806; }
span { border-color: rgb(64,40,6); }
td.TdClassName
{
border-color: #402806;
}
.TagClassName
{
border-color: #402806;
}
</style>