Shades of Brown Pod #402212
Tints of Brown Pod #402212
RGB
CMYK
RGB Variations
Color information
#402212 (or 0x402212) is known color: Brown Pod. HEX triplet: 40, 22 and 12. RGB value is (64,34,18). Sum of RGB (Red+Green+Blue) = 64+34+18=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402212 is #BFDDED. Grayscale: #292929. Windows color (decimal): -12574190 or 1188416. OLE color: 1188416.
HSL color Cylindrical-coordinate representation of color #402212: hue angle of 20.87º 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 #402212 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 18 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.75 |
| HSL | 20.87º | 0.56% | 0.16% | - |
| HSV(B) | 20.87º | 0.72% | 0.25% | - |
| XYZ | 2.8 | 2.28 | 0.86 | - |
| YUV | 41.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 18 | 0 | 0.47 | 0.72 | 0.75 | 20.87 | 0.56 | 0.16 |
| Hex | 40 | 22 | 12 | 0 | 2F | 48 | 4B | 15 | 38 | 10 |
| Octal | 100 | 42 | 22 | 0 | 57 | 110 | 113 | 25 | 70 | 20 |
| Binary | 1000000 | 100010 | 10010 | 0 | 101111 | 1001000 | 1001011 | 10101 | 111000 | 10000 |
Color Harmonies of #402212
Complementary color
Monochromatic Colors of #402212
Black with #402212
Text Example
Text Example
White with #402212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402212; }
p { color: rgb(64,34,18); }
H1.HeaderClassName
{
color: #402212;
}
.AnyTagClassName
{
color: #402212;
}
</style>
background-color css
<style>
a { background-color: #402212; }
a { background-color: rgb(64,34,18); }
div.DivClassName
{
background-color: #402212;
}
.BgClassName
{
background-color: #402212;
}
</style>
border-color css
<style>
span { border-color: #402212; }
span { border-color: rgb(64,34,18); }
td.TdClassName
{
border-color: #402212;
}
.TagClassName
{
border-color: #402212;
}
</style>