Shades of Brown Pod #402411
Tints of Brown Pod #402411
RGB
CMYK
RGB Variations
Color information
#402411 (or 0x402411) is known color: Brown Pod. HEX triplet: 40, 24 and 11. RGB value is (64,36,17). Sum of RGB (Red+Green+Blue) = 64+36+17=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402411 is #BFDBEE. Grayscale: #2A2A2A. Windows color (decimal): -12573679 or 1123392. OLE color: 1123392.
HSL color Cylindrical-coordinate representation of color #402411: hue angle of 24.26º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402411 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 17 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.75 |
| HSL | 24.26º | 0.58% | 0.16% | - |
| HSV(B) | 24.26º | 0.73% | 0.25% | - |
| XYZ | 2.85 | 2.39 | 0.84 | - |
| YUV | 42.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 17 | 0 | 0.44 | 0.73 | 0.75 | 24.26 | 0.58 | 0.16 |
| Hex | 40 | 24 | 11 | 0 | 2C | 49 | 4B | 18 | 3A | 10 |
| Octal | 100 | 44 | 21 | 0 | 54 | 111 | 113 | 30 | 72 | 20 |
| Binary | 1000000 | 100100 | 10001 | 0 | 101100 | 1001001 | 1001011 | 11000 | 111010 | 10000 |
Color Harmonies of #402411
Complementary color
Monochromatic Colors of #402411
Black with #402411
Text Example
Text Example
White with #402411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402411; }
p { color: rgb(64,36,17); }
H1.HeaderClassName
{
color: #402411;
}
.AnyTagClassName
{
color: #402411;
}
</style>
background-color css
<style>
a { background-color: #402411; }
a { background-color: rgb(64,36,17); }
div.DivClassName
{
background-color: #402411;
}
.BgClassName
{
background-color: #402411;
}
</style>
border-color css
<style>
span { border-color: #402411; }
span { border-color: rgb(64,36,17); }
td.TdClassName
{
border-color: #402411;
}
.TagClassName
{
border-color: #402411;
}
</style>