Shades of Cocoa Brown #40290B
Tints of Cocoa Brown #40290B
RGB
CMYK
RGB Variations
Color information
#40290B (or 0x40290B) is known color: Cocoa Brown. HEX triplet: 40, 29 and 0B. RGB value is (64,41,11). Sum of RGB (Red+Green+Blue) = 64+41+11=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290B is #BFD6F4. Grayscale: #2C2C2C. Windows color (decimal): -12572405 or 731456. OLE color: 731456.
HSL color Cylindrical-coordinate representation of color #40290B: hue angle of 33.96º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40290B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 11 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.75 |
| HSL | 33.96º | 0.71% | 0.15% | - |
| HSV(B) | 33.96º | 0.83% | 0.25% | - |
| XYZ | 2.97 | 2.7 | 0.68 | - |
| YUV | 44.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 11 | 0 | 0.36 | 0.83 | 0.75 | 33.96 | 0.71 | 0.15 |
| Hex | 40 | 29 | B | 0 | 24 | 53 | 4B | 22 | 47 | F |
| Octal | 100 | 51 | 13 | 0 | 44 | 123 | 113 | 42 | 107 | 17 |
| Binary | 1000000 | 101001 | 1011 | 0 | 100100 | 1010011 | 1001011 | 100010 | 1000111 | 1111 |
Color Harmonies of #40290B
Complementary color
Monochromatic Colors of #40290B
Black with #40290B
Text Example
Text Example
White with #40290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40290B; }
p { color: rgb(64,41,11); }
H1.HeaderClassName
{
color: #40290B;
}
.AnyTagClassName
{
color: #40290B;
}
</style>
background-color css
<style>
a { background-color: #40290B; }
a { background-color: rgb(64,41,11); }
div.DivClassName
{
background-color: #40290B;
}
.BgClassName
{
background-color: #40290B;
}
</style>
border-color css
<style>
span { border-color: #40290B; }
span { border-color: rgb(64,41,11); }
td.TdClassName
{
border-color: #40290B;
}
.TagClassName
{
border-color: #40290B;
}
</style>