Shades of Brown Pod #40221F
Tints of Brown Pod #40221F
RGB
CMYK
RGB Variations
Color information
#40221F (or 0x40221F) is known color: Brown Pod. HEX triplet: 40, 22 and 1F. RGB value is (64,34,31). Sum of RGB (Red+Green+Blue) = 64+34+31=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40221F is #BFDDE0. Grayscale: #2A2A2A. Windows color (decimal): -12574177 or 2040384. OLE color: 2040384.
HSL color Cylindrical-coordinate representation of color #40221F: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40221F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 31 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.75 |
| HSL | 5.45º | 0.35% | 0.19% | - |
| HSV(B) | 5.45º | 0.52% | 0.25% | - |
| XYZ | 2.93 | 2.33 | 1.59 | - |
| YUV | 42.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 31 | 0 | 0.47 | 0.52 | 0.75 | 5.45 | 0.35 | 0.19 |
| Hex | 40 | 22 | 1F | 0 | 2F | 34 | 4B | 5 | 23 | 13 |
| Octal | 100 | 42 | 37 | 0 | 57 | 64 | 113 | 5 | 43 | 23 |
| Binary | 1000000 | 100010 | 11111 | 0 | 101111 | 110100 | 1001011 | 101 | 100011 | 10011 |
Color Harmonies of #40221F
Complementary color
Monochromatic Colors of #40221F
Black with #40221F
Text Example
Text Example
White with #40221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40221F; }
p { color: rgb(64,34,31); }
H1.HeaderClassName
{
color: #40221F;
}
.AnyTagClassName
{
color: #40221F;
}
</style>
background-color css
<style>
a { background-color: #40221F; }
a { background-color: rgb(64,34,31); }
div.DivClassName
{
background-color: #40221F;
}
.BgClassName
{
background-color: #40221F;
}
</style>
border-color css
<style>
span { border-color: #40221F; }
span { border-color: rgb(64,34,31); }
td.TdClassName
{
border-color: #40221F;
}
.TagClassName
{
border-color: #40221F;
}
</style>