Shades of Cocoa Brown #402808
Tints of Cocoa Brown #402808
RGB
CMYK
RGB Variations
Color information
#402808 (or 0x402808) is known color: Cocoa Brown. HEX triplet: 40, 28 and 08. RGB value is (64,40,8). Sum of RGB (Red+Green+Blue) = 64+40+8=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402808 is #BFD7F7. Grayscale: #2B2B2B. Windows color (decimal): -12572664 or 534592. OLE color: 534592.
HSL color Cylindrical-coordinate representation of color #402808: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402808 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 8 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.75 |
| HSL | 34.29º | 0.78% | 0.14% | - |
| HSV(B) | 34.29º | 0.88% | 0.25% | - |
| XYZ | 2.92 | 2.63 | 0.58 | - |
| YUV | 43.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 8 | 0 | 0.38 | 0.87 | 0.75 | 34.29 | 0.78 | 0.14 |
| Hex | 40 | 28 | 8 | 0 | 26 | 57 | 4B | 22 | 4E | E |
| Octal | 100 | 50 | 10 | 0 | 46 | 127 | 113 | 42 | 116 | 16 |
| Binary | 1000000 | 101000 | 1000 | 0 | 100110 | 1010111 | 1001011 | 100010 | 1001110 | 1110 |
Color Harmonies of #402808
Complementary color
Monochromatic Colors of #402808
Black with #402808
Text Example
Text Example
White with #402808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402808; }
p { color: rgb(64,40,8); }
H1.HeaderClassName
{
color: #402808;
}
.AnyTagClassName
{
color: #402808;
}
</style>
background-color css
<style>
a { background-color: #402808; }
a { background-color: rgb(64,40,8); }
div.DivClassName
{
background-color: #402808;
}
.BgClassName
{
background-color: #402808;
}
</style>
border-color css
<style>
span { border-color: #402808; }
span { border-color: rgb(64,40,8); }
td.TdClassName
{
border-color: #402808;
}
.TagClassName
{
border-color: #402808;
}
</style>