Shades of Brown Pod #40201E
Tints of Brown Pod #40201E
RGB
CMYK
RGB Variations
Color information
#40201E (or 0x40201E) is known color: Brown Pod. HEX triplet: 40, 20 and 1E. RGB value is (64,32,30). Sum of RGB (Red+Green+Blue) = 64+32+30=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40201E is #BFDFE1. Grayscale: #292929. Windows color (decimal): -12574690 or 1974336. OLE color: 1974336.
HSL color Cylindrical-coordinate representation of color #40201E: hue angle of 3.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40201E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 30 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.75 |
| HSL | 3.53º | 0.36% | 0.18% | - |
| HSV(B) | 3.53º | 0.53% | 0.25% | - |
| XYZ | 2.87 | 2.22 | 1.51 | - |
| YUV | 41.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 30 | 0 | 0.50 | 0.53 | 0.75 | 3.53 | 0.36 | 0.18 |
| Hex | 40 | 20 | 1E | 0 | 32 | 35 | 4B | 4 | 24 | 12 |
| Octal | 100 | 40 | 36 | 0 | 62 | 65 | 113 | 4 | 44 | 22 |
| Binary | 1000000 | 100000 | 11110 | 0 | 110010 | 110101 | 1001011 | 100 | 100100 | 10010 |
Color Harmonies of #40201E
Complementary color
Monochromatic Colors of #40201E
Black with #40201E
Text Example
Text Example
White with #40201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40201E; }
p { color: rgb(64,32,30); }
H1.HeaderClassName
{
color: #40201E;
}
.AnyTagClassName
{
color: #40201E;
}
</style>
background-color css
<style>
a { background-color: #40201E; }
a { background-color: rgb(64,32,30); }
div.DivClassName
{
background-color: #40201E;
}
.BgClassName
{
background-color: #40201E;
}
</style>
border-color css
<style>
span { border-color: #40201E; }
span { border-color: rgb(64,32,30); }
td.TdClassName
{
border-color: #40201E;
}
.TagClassName
{
border-color: #40201E;
}
</style>