Shades of Brown Pod #46220C
Tints of Brown Pod #46220C
RGB
CMYK
RGB Variations
Color information
#46220C (or 0x46220C) is known color: Brown Pod. HEX triplet: 46, 22 and 0C. RGB value is (70,34,12). Sum of RGB (Red+Green+Blue) = 70+34+12=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46220C is #B9DDF3. Grayscale: #2A2A2A. Windows color (decimal): -12180980 or 795206. OLE color: 795206.
HSL color Cylindrical-coordinate representation of color #46220C: hue angle of 22.76º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46220C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 12 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.73 |
| HSL | 22.76º | 0.71% | 0.16% | - |
| HSV(B) | 22.76º | 0.83% | 0.27% | - |
| XYZ | 3.16 | 2.47 | 0.66 | - |
| YUV | 42.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 12 | 0 | 0.51 | 0.83 | 0.73 | 22.76 | 0.71 | 0.16 |
| Hex | 46 | 22 | C | 0 | 33 | 53 | 49 | 17 | 47 | 10 |
| Octal | 106 | 42 | 14 | 0 | 63 | 123 | 111 | 27 | 107 | 20 |
| Binary | 1000110 | 100010 | 1100 | 0 | 110011 | 1010011 | 1001001 | 10111 | 1000111 | 10000 |
Color Harmonies of #46220C
Complementary color
Monochromatic Colors of #46220C
Black with #46220C
Text Example
Text Example
White with #46220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46220C; }
p { color: rgb(70,34,12); }
H1.HeaderClassName
{
color: #46220C;
}
.AnyTagClassName
{
color: #46220C;
}
</style>
background-color css
<style>
a { background-color: #46220C; }
a { background-color: rgb(70,34,12); }
div.DivClassName
{
background-color: #46220C;
}
.BgClassName
{
background-color: #46220C;
}
</style>
border-color css
<style>
span { border-color: #46220C; }
span { border-color: rgb(70,34,12); }
td.TdClassName
{
border-color: #46220C;
}
.TagClassName
{
border-color: #46220C;
}
</style>