Shades of Brown Pod #402110
Tints of Brown Pod #402110
RGB
CMYK
RGB Variations
Color information
#402110 (or 0x402110) is known color: Brown Pod. HEX triplet: 40, 21 and 10. RGB value is (64,33,16). Sum of RGB (Red+Green+Blue) = 64+33+16=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402110 is #BFDEEF. Grayscale: #282828. Windows color (decimal): -12574448 or 1057088. OLE color: 1057088.
HSL color Cylindrical-coordinate representation of color #402110: hue angle of 21.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402110 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 16 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.75 |
| HSL | 21.25º | 0.6% | 0.16% | - |
| HSV(B) | 21.25º | 0.75% | 0.25% | - |
| XYZ | 2.75 | 2.22 | 0.77 | - |
| YUV | 40.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 16 | 0 | 0.48 | 0.75 | 0.75 | 21.25 | 0.6 | 0.16 |
| Hex | 40 | 21 | 10 | 0 | 30 | 4B | 4B | 15 | 3C | 10 |
| Octal | 100 | 41 | 20 | 0 | 60 | 113 | 113 | 25 | 74 | 20 |
| Binary | 1000000 | 100001 | 10000 | 0 | 110000 | 1001011 | 1001011 | 10101 | 111100 | 10000 |
Color Harmonies of #402110
Complementary color
Monochromatic Colors of #402110
Black with #402110
Text Example
Text Example
White with #402110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402110; }
p { color: rgb(64,33,16); }
H1.HeaderClassName
{
color: #402110;
}
.AnyTagClassName
{
color: #402110;
}
</style>
background-color css
<style>
a { background-color: #402110; }
a { background-color: rgb(64,33,16); }
div.DivClassName
{
background-color: #402110;
}
.BgClassName
{
background-color: #402110;
}
</style>
border-color css
<style>
span { border-color: #402110; }
span { border-color: rgb(64,33,16); }
td.TdClassName
{
border-color: #402110;
}
.TagClassName
{
border-color: #402110;
}
</style>