Shades of Brown Pod #401E12
Tints of Brown Pod #401E12
RGB
CMYK
RGB Variations
Color information
#401E12 (or 0x401E12) is known color: Brown Pod. HEX triplet: 40, 1E and 12. RGB value is (64,30,18). Sum of RGB (Red+Green+Blue) = 64+30+18=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E12 is #BFE1ED. Grayscale: #262626. Windows color (decimal): -12575214 or 1187392. OLE color: 1187392.
HSL color Cylindrical-coordinate representation of color #401E12: hue angle of 15.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401E12 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 18 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.75 |
| HSL | 15.65º | 0.56% | 0.16% | - |
| HSV(B) | 15.65º | 0.72% | 0.25% | - |
| XYZ | 2.69 | 2.06 | 0.83 | - |
| YUV | 38.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 18 | 0 | 0.53 | 0.72 | 0.75 | 15.65 | 0.56 | 0.16 |
| Hex | 40 | 1E | 12 | 0 | 35 | 48 | 4B | 10 | 38 | 10 |
| Octal | 100 | 36 | 22 | 0 | 65 | 110 | 113 | 20 | 70 | 20 |
| Binary | 1000000 | 11110 | 10010 | 0 | 110101 | 1001000 | 1001011 | 10000 | 111000 | 10000 |
Color Harmonies of #401E12
Complementary color
Monochromatic Colors of #401E12
Black with #401E12
Text Example
Text Example
White with #401E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E12; }
p { color: rgb(64,30,18); }
H1.HeaderClassName
{
color: #401E12;
}
.AnyTagClassName
{
color: #401E12;
}
</style>
background-color css
<style>
a { background-color: #401E12; }
a { background-color: rgb(64,30,18); }
div.DivClassName
{
background-color: #401E12;
}
.BgClassName
{
background-color: #401E12;
}
</style>
border-color css
<style>
span { border-color: #401E12; }
span { border-color: rgb(64,30,18); }
td.TdClassName
{
border-color: #401E12;
}
.TagClassName
{
border-color: #401E12;
}
</style>