Shades of Cocoa Brown #402900
Tints of Cocoa Brown #402900
RGB
CMYK
RGB Variations
Color information
#402900 (or 0x402900) is known color: Cocoa Brown. HEX triplet: 40, 29 and 00. RGB value is (64,41,0). Sum of RGB (Red+Green+Blue) = 64+41+0=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402900 is #BFD6FF. Grayscale: #2B2B2B. Windows color (decimal): -12572416 or 10560. OLE color: 10560.
HSL color Cylindrical-coordinate representation of color #402900: hue angle of 38.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #402900 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.75 |
| HSL | 38.44º | 1% | 0.13% | - |
| HSV(B) | 38.44º | 1% | 0.25% | - |
| XYZ | 2.91 | 2.68 | 0.36 | - |
| YUV | 43.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 0 | 0 | 0.36 | 1 | 0.75 | 38.44 | 1 | 0.13 |
| Hex | 40 | 29 | 0 | 0 | 24 | 64 | 4B | 26 | 64 | D |
| Octal | 100 | 51 | 0 | 0 | 44 | 144 | 113 | 46 | 144 | 15 |
| Binary | 1000000 | 101001 | 0 | 0 | 100100 | 1100100 | 1001011 | 100110 | 1100100 | 1101 |
Color Harmonies of #402900
Complementary color
Monochromatic Colors of #402900
Black with #402900
Text Example
Text Example
White with #402900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402900; }
p { color: rgb(64,41,0); }
H1.HeaderClassName
{
color: #402900;
}
.AnyTagClassName
{
color: #402900;
}
</style>
background-color css
<style>
a { background-color: #402900; }
a { background-color: rgb(64,41,0); }
div.DivClassName
{
background-color: #402900;
}
.BgClassName
{
background-color: #402900;
}
</style>
border-color css
<style>
span { border-color: #402900; }
span { border-color: rgb(64,41,0); }
td.TdClassName
{
border-color: #402900;
}
.TagClassName
{
border-color: #402900;
}
</style>