Shades of Brown Pod #46211A
Tints of Brown Pod #46211A
RGB
CMYK
RGB Variations
Color information
#46211A (or 0x46211A) is known color: Brown Pod. HEX triplet: 46, 21 and 1A. RGB value is (70,33,26). Sum of RGB (Red+Green+Blue) = 70+33+26=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46211A is #B9DEE5. Grayscale: #2B2B2B. Windows color (decimal): -12181222 or 1712454. OLE color: 1712454.
HSL color Cylindrical-coordinate representation of color #46211A: hue angle of 9.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46211A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 26 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.73 |
| HSL | 9.55º | 0.46% | 0.19% | - |
| HSV(B) | 9.55º | 0.63% | 0.27% | - |
| XYZ | 3.26 | 2.46 | 1.28 | - |
| YUV | 43.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 26 | 0 | 0.53 | 0.63 | 0.73 | 9.55 | 0.46 | 0.19 |
| Hex | 46 | 21 | 1A | 0 | 35 | 3F | 49 | A | 2E | 13 |
| Octal | 106 | 41 | 32 | 0 | 65 | 77 | 111 | 12 | 56 | 23 |
| Binary | 1000110 | 100001 | 11010 | 0 | 110101 | 111111 | 1001001 | 1010 | 101110 | 10011 |
Color Harmonies of #46211A
Complementary color
Monochromatic Colors of #46211A
Black with #46211A
Text Example
Text Example
White with #46211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46211A; }
p { color: rgb(70,33,26); }
H1.HeaderClassName
{
color: #46211A;
}
.AnyTagClassName
{
color: #46211A;
}
</style>
background-color css
<style>
a { background-color: #46211A; }
a { background-color: rgb(70,33,26); }
div.DivClassName
{
background-color: #46211A;
}
.BgClassName
{
background-color: #46211A;
}
</style>
border-color css
<style>
span { border-color: #46211A; }
span { border-color: rgb(70,33,26); }
td.TdClassName
{
border-color: #46211A;
}
.TagClassName
{
border-color: #46211A;
}
</style>