Shades of Brown Pod #462211
Tints of Brown Pod #462211
RGB
CMYK
RGB Variations
Color information
#462211 (or 0x462211) is known color: Brown Pod. HEX triplet: 46, 22 and 11. RGB value is (70,34,17). Sum of RGB (Red+Green+Blue) = 70+34+17=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462211 is #B9DDEE. Grayscale: #2A2A2A. Windows color (decimal): -12180975 or 1122886. OLE color: 1122886.
HSL color Cylindrical-coordinate representation of color #462211: hue angle of 19.25º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462211 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 17 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.73 |
| HSL | 19.25º | 0.61% | 0.17% | - |
| HSV(B) | 19.25º | 0.76% | 0.27% | - |
| XYZ | 3.2 | 2.49 | 0.84 | - |
| YUV | 42.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 17 | 0 | 0.51 | 0.76 | 0.73 | 19.25 | 0.61 | 0.17 |
| Hex | 46 | 22 | 11 | 0 | 33 | 4C | 49 | 13 | 3D | 11 |
| Octal | 106 | 42 | 21 | 0 | 63 | 114 | 111 | 23 | 75 | 21 |
| Binary | 1000110 | 100010 | 10001 | 0 | 110011 | 1001100 | 1001001 | 10011 | 111101 | 10001 |
Color Harmonies of #462211
Complementary color
Monochromatic Colors of #462211
Black with #462211
Text Example
Text Example
White with #462211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462211; }
p { color: rgb(70,34,17); }
H1.HeaderClassName
{
color: #462211;
}
.AnyTagClassName
{
color: #462211;
}
</style>
background-color css
<style>
a { background-color: #462211; }
a { background-color: rgb(70,34,17); }
div.DivClassName
{
background-color: #462211;
}
.BgClassName
{
background-color: #462211;
}
</style>
border-color css
<style>
span { border-color: #462211; }
span { border-color: rgb(70,34,17); }
td.TdClassName
{
border-color: #462211;
}
.TagClassName
{
border-color: #462211;
}
</style>