Shades of Brown Pod #401E10
Tints of Brown Pod #401E10
RGB
CMYK
RGB Variations
Color information
#401E10 (or 0x401E10) is known color: Brown Pod. HEX triplet: 40, 1E and 10. RGB value is (64,30,16). Sum of RGB (Red+Green+Blue) = 64+30+16=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E10 is #BFE1EF. Grayscale: #262626. Windows color (decimal): -12575216 or 1056320. OLE color: 1056320.
HSL color Cylindrical-coordinate representation of color #401E10: hue angle of 17.5º 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 #401E10 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 16 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.75 |
| HSL | 17.5º | 0.6% | 0.16% | - |
| HSV(B) | 17.5º | 0.75% | 0.25% | - |
| XYZ | 2.67 | 2.06 | 0.75 | - |
| YUV | 38.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 16 | 0 | 0.53 | 0.75 | 0.75 | 17.5 | 0.6 | 0.16 |
| Hex | 40 | 1E | 10 | 0 | 35 | 4B | 4B | 12 | 3C | 10 |
| Octal | 100 | 36 | 20 | 0 | 65 | 113 | 113 | 22 | 74 | 20 |
| Binary | 1000000 | 11110 | 10000 | 0 | 110101 | 1001011 | 1001011 | 10010 | 111100 | 10000 |
Color Harmonies of #401E10
Complementary color
Monochromatic Colors of #401E10
Black with #401E10
Text Example
Text Example
White with #401E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E10; }
p { color: rgb(64,30,16); }
H1.HeaderClassName
{
color: #401E10;
}
.AnyTagClassName
{
color: #401E10;
}
</style>
background-color css
<style>
a { background-color: #401E10; }
a { background-color: rgb(64,30,16); }
div.DivClassName
{
background-color: #401E10;
}
.BgClassName
{
background-color: #401E10;
}
</style>
border-color css
<style>
span { border-color: #401E10; }
span { border-color: rgb(64,30,16); }
td.TdClassName
{
border-color: #401E10;
}
.TagClassName
{
border-color: #401E10;
}
</style>