Shades of Brown Pod #4A2211
Tints of Brown Pod #4A2211
RGB
CMYK
RGB Variations
Color information
#4A2211 (or 0x4A2211) is known color: Brown Pod. HEX triplet: 4A, 22 and 11. RGB value is (74,34,17). Sum of RGB (Red+Green+Blue) = 74+34+17=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2211 is #B5DDEE. Grayscale: #2C2C2C. Windows color (decimal): -11918831 or 1122890. OLE color: 1122890.
HSL color Cylindrical-coordinate representation of color #4A2211: hue angle of 17.89º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2211 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 34 | 17 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.71 |
| HSL | 17.89º | 0.63% | 0.18% | - |
| HSV(B) | 17.89º | 0.77% | 0.29% | - |
| XYZ | 3.5 | 2.64 | 0.86 | - |
| YUV | 44.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 17 | 0 | 0.54 | 0.77 | 0.71 | 17.89 | 0.63 | 0.18 |
| Hex | 4A | 22 | 11 | 0 | 36 | 4D | 47 | 12 | 3F | 12 |
| Octal | 112 | 42 | 21 | 0 | 66 | 115 | 107 | 22 | 77 | 22 |
| Binary | 1001010 | 100010 | 10001 | 0 | 110110 | 1001101 | 1000111 | 10010 | 111111 | 10010 |
Color Harmonies of #4A2211
Complementary color
Monochromatic Colors of #4A2211
Black with #4A2211
Text Example
Text Example
White with #4A2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2211; }
p { color: rgb(74,34,17); }
H1.HeaderClassName
{
color: #4A2211;
}
.AnyTagClassName
{
color: #4A2211;
}
</style>
background-color css
<style>
a { background-color: #4A2211; }
a { background-color: rgb(74,34,17); }
div.DivClassName
{
background-color: #4A2211;
}
.BgClassName
{
background-color: #4A2211;
}
</style>
border-color css
<style>
span { border-color: #4A2211; }
span { border-color: rgb(74,34,17); }
td.TdClassName
{
border-color: #4A2211;
}
.TagClassName
{
border-color: #4A2211;
}
</style>