Shades of Cocoa Brown #402908
Tints of Cocoa Brown #402908
RGB
CMYK
RGB Variations
Color information
#402908 (or 0x402908) is known color: Cocoa Brown. HEX triplet: 40, 29 and 08. RGB value is (64,41,8). Sum of RGB (Red+Green+Blue) = 64+41+8=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402908 is #BFD6F7. Grayscale: #2C2C2C. Windows color (decimal): -12572408 or 534848. OLE color: 534848.
HSL color Cylindrical-coordinate representation of color #402908: hue angle of 35.36º 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 #402908 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 8 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.75 |
| HSL | 35.36º | 0.78% | 0.14% | - |
| HSV(B) | 35.36º | 0.88% | 0.25% | - |
| XYZ | 2.95 | 2.69 | 0.59 | - |
| YUV | 44.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 8 | 0 | 0.36 | 0.87 | 0.75 | 35.36 | 0.78 | 0.14 |
| Hex | 40 | 29 | 8 | 0 | 24 | 57 | 4B | 23 | 4E | E |
| Octal | 100 | 51 | 10 | 0 | 44 | 127 | 113 | 43 | 116 | 16 |
| Binary | 1000000 | 101001 | 1000 | 0 | 100100 | 1010111 | 1001011 | 100011 | 1001110 | 1110 |
Color Harmonies of #402908
Complementary color
Monochromatic Colors of #402908
Black with #402908
Text Example
Text Example
White with #402908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402908; }
p { color: rgb(64,41,8); }
H1.HeaderClassName
{
color: #402908;
}
.AnyTagClassName
{
color: #402908;
}
</style>
background-color css
<style>
a { background-color: #402908; }
a { background-color: rgb(64,41,8); }
div.DivClassName
{
background-color: #402908;
}
.BgClassName
{
background-color: #402908;
}
</style>
border-color css
<style>
span { border-color: #402908; }
span { border-color: rgb(64,41,8); }
td.TdClassName
{
border-color: #402908;
}
.TagClassName
{
border-color: #402908;
}
</style>