Shades of Brown Pod #46221F
Tints of Brown Pod #46221F
RGB
CMYK
RGB Variations
Color information
#46221F (or 0x46221F) is known color: Brown Pod. HEX triplet: 46, 22 and 1F. RGB value is (70,34,31). Sum of RGB (Red+Green+Blue) = 70+34+31=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46221F is #B9DDE0. Grayscale: #2C2C2C. Windows color (decimal): -12180961 or 2040390. OLE color: 2040390.
HSL color Cylindrical-coordinate representation of color #46221F: hue angle of 4.62º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46221F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 31 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.73 |
| HSL | 4.62º | 0.39% | 0.2% | - |
| HSV(B) | 4.62º | 0.56% | 0.27% | - |
| XYZ | 3.35 | 2.55 | 1.61 | - |
| YUV | 44.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 31 | 0 | 0.51 | 0.56 | 0.73 | 4.62 | 0.39 | 0.2 |
| Hex | 46 | 22 | 1F | 0 | 33 | 38 | 49 | 5 | 27 | 14 |
| Octal | 106 | 42 | 37 | 0 | 63 | 70 | 111 | 5 | 47 | 24 |
| Binary | 1000110 | 100010 | 11111 | 0 | 110011 | 111000 | 1001001 | 101 | 100111 | 10100 |
Color Harmonies of #46221F
Complementary color
Monochromatic Colors of #46221F
Black with #46221F
Text Example
Text Example
White with #46221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46221F; }
p { color: rgb(70,34,31); }
H1.HeaderClassName
{
color: #46221F;
}
.AnyTagClassName
{
color: #46221F;
}
</style>
background-color css
<style>
a { background-color: #46221F; }
a { background-color: rgb(70,34,31); }
div.DivClassName
{
background-color: #46221F;
}
.BgClassName
{
background-color: #46221F;
}
</style>
border-color css
<style>
span { border-color: #46221F; }
span { border-color: rgb(70,34,31); }
td.TdClassName
{
border-color: #46221F;
}
.TagClassName
{
border-color: #46221F;
}
</style>