Shades of Brown Pod #46211C
Tints of Brown Pod #46211C
RGB
CMYK
RGB Variations
Color information
#46211C (or 0x46211C) is known color: Brown Pod. HEX triplet: 46, 21 and 1C. RGB value is (70,33,28). Sum of RGB (Red+Green+Blue) = 70+33+28=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46211C is #B9DEE3. Grayscale: #2B2B2B. Windows color (decimal): -12181220 or 1843526. OLE color: 1843526.
HSL color Cylindrical-coordinate representation of color #46211C: hue angle of 7.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46211C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 28 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.73 |
| HSL | 7.14º | 0.43% | 0.19% | - |
| HSV(B) | 7.14º | 0.6% | 0.27% | - |
| XYZ | 3.28 | 2.47 | 1.4 | - |
| YUV | 43.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 28 | 0 | 0.53 | 0.60 | 0.73 | 7.14 | 0.43 | 0.19 |
| Hex | 46 | 21 | 1C | 0 | 35 | 3C | 49 | 7 | 2B | 13 |
| Octal | 106 | 41 | 34 | 0 | 65 | 74 | 111 | 7 | 53 | 23 |
| Binary | 1000110 | 100001 | 11100 | 0 | 110101 | 111100 | 1001001 | 111 | 101011 | 10011 |
Color Harmonies of #46211C
Complementary color
Monochromatic Colors of #46211C
Black with #46211C
Text Example
Text Example
White with #46211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46211C; }
p { color: rgb(70,33,28); }
H1.HeaderClassName
{
color: #46211C;
}
.AnyTagClassName
{
color: #46211C;
}
</style>
background-color css
<style>
a { background-color: #46211C; }
a { background-color: rgb(70,33,28); }
div.DivClassName
{
background-color: #46211C;
}
.BgClassName
{
background-color: #46211C;
}
</style>
border-color css
<style>
span { border-color: #46211C; }
span { border-color: rgb(70,33,28); }
td.TdClassName
{
border-color: #46211C;
}
.TagClassName
{
border-color: #46211C;
}
</style>