Shades of Brown Pod #401E18
Tints of Brown Pod #401E18
RGB
CMYK
RGB Variations
Color information
#401E18 (or 0x401E18) is known color: Brown Pod. HEX triplet: 40, 1E and 18. RGB value is (64,30,24). Sum of RGB (Red+Green+Blue) = 64+30+24=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E18 is #BFE1E7. Grayscale: #272727. Windows color (decimal): -12575208 or 1580608. OLE color: 1580608.
HSL color Cylindrical-coordinate representation of color #401E18: hue angle of 9º 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 #401E18 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 24 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.75 |
| HSL | 9º | 0.45% | 0.17% | - |
| HSV(B) | 9º | 0.63% | 0.25% | - |
| XYZ | 2.74 | 2.08 | 1.12 | - |
| YUV | 39.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 24 | 0 | 0.53 | 0.62 | 0.75 | 9 | 0.45 | 0.17 |
| Hex | 40 | 1E | 18 | 0 | 35 | 3E | 4B | 9 | 2D | 11 |
| Octal | 100 | 36 | 30 | 0 | 65 | 76 | 113 | 11 | 55 | 21 |
| Binary | 1000000 | 11110 | 11000 | 0 | 110101 | 111110 | 1001011 | 1001 | 101101 | 10001 |
Color Harmonies of #401E18
Complementary color
Monochromatic Colors of #401E18
Black with #401E18
Text Example
Text Example
White with #401E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E18; }
p { color: rgb(64,30,24); }
H1.HeaderClassName
{
color: #401E18;
}
.AnyTagClassName
{
color: #401E18;
}
</style>
background-color css
<style>
a { background-color: #401E18; }
a { background-color: rgb(64,30,24); }
div.DivClassName
{
background-color: #401E18;
}
.BgClassName
{
background-color: #401E18;
}
</style>
border-color css
<style>
span { border-color: #401E18; }
span { border-color: rgb(64,30,24); }
td.TdClassName
{
border-color: #401E18;
}
.TagClassName
{
border-color: #401E18;
}
</style>