Shades of Brown Pod #46221C
Tints of Brown Pod #46221C
RGB
CMYK
RGB Variations
Color information
#46221C (or 0x46221C) is known color: Brown Pod. HEX triplet: 46, 22 and 1C. RGB value is (70,34,28). Sum of RGB (Red+Green+Blue) = 70+34+28=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46221C is #B9DDE3. Grayscale: #2C2C2C. Windows color (decimal): -12180964 or 1843782. OLE color: 1843782.
HSL color Cylindrical-coordinate representation of color #46221C: hue angle of 8.57º 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 #46221C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 28 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.73 |
| HSL | 8.57º | 0.43% | 0.19% | - |
| HSV(B) | 8.57º | 0.6% | 0.27% | - |
| XYZ | 3.31 | 2.53 | 1.41 | - |
| YUV | 44.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 28 | 0 | 0.51 | 0.60 | 0.73 | 8.57 | 0.43 | 0.19 |
| Hex | 46 | 22 | 1C | 0 | 33 | 3C | 49 | 9 | 2B | 13 |
| Octal | 106 | 42 | 34 | 0 | 63 | 74 | 111 | 11 | 53 | 23 |
| Binary | 1000110 | 100010 | 11100 | 0 | 110011 | 111100 | 1001001 | 1001 | 101011 | 10011 |
Color Harmonies of #46221C
Complementary color
Monochromatic Colors of #46221C
Black with #46221C
Text Example
Text Example
White with #46221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46221C; }
p { color: rgb(70,34,28); }
H1.HeaderClassName
{
color: #46221C;
}
.AnyTagClassName
{
color: #46221C;
}
</style>
background-color css
<style>
a { background-color: #46221C; }
a { background-color: rgb(70,34,28); }
div.DivClassName
{
background-color: #46221C;
}
.BgClassName
{
background-color: #46221C;
}
</style>
border-color css
<style>
span { border-color: #46221C; }
span { border-color: rgb(70,34,28); }
td.TdClassName
{
border-color: #46221C;
}
.TagClassName
{
border-color: #46221C;
}
</style>