Shades of Brown Pod #402118
Tints of Brown Pod #402118
RGB
CMYK
RGB Variations
Color information
#402118 (or 0x402118) is known color: Brown Pod. HEX triplet: 40, 21 and 18. RGB value is (64,33,24). Sum of RGB (Red+Green+Blue) = 64+33+24=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402118 is #BFDEE7. Grayscale: #292929. Windows color (decimal): -12574440 or 1581376. OLE color: 1581376.
HSL color Cylindrical-coordinate representation of color #402118: hue angle of 13.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402118 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 24 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.75 |
| HSL | 13.5º | 0.45% | 0.17% | - |
| HSV(B) | 13.5º | 0.63% | 0.25% | - |
| XYZ | 2.82 | 2.24 | 1.15 | - |
| YUV | 41.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 24 | 0 | 0.48 | 0.62 | 0.75 | 13.5 | 0.45 | 0.17 |
| Hex | 40 | 21 | 18 | 0 | 30 | 3E | 4B | E | 2D | 11 |
| Octal | 100 | 41 | 30 | 0 | 60 | 76 | 113 | 16 | 55 | 21 |
| Binary | 1000000 | 100001 | 11000 | 0 | 110000 | 111110 | 1001011 | 1110 | 101101 | 10001 |
Color Harmonies of #402118
Complementary color
Monochromatic Colors of #402118
Black with #402118
Text Example
Text Example
White with #402118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402118; }
p { color: rgb(64,33,24); }
H1.HeaderClassName
{
color: #402118;
}
.AnyTagClassName
{
color: #402118;
}
</style>
background-color css
<style>
a { background-color: #402118; }
a { background-color: rgb(64,33,24); }
div.DivClassName
{
background-color: #402118;
}
.BgClassName
{
background-color: #402118;
}
</style>
border-color css
<style>
span { border-color: #402118; }
span { border-color: rgb(64,33,24); }
td.TdClassName
{
border-color: #402118;
}
.TagClassName
{
border-color: #402118;
}
</style>