Shades of Brown Pod #492204
Tints of Brown Pod #492204
RGB
CMYK
RGB Variations
Color information
#492204 (or 0x492204) is known color: Brown Pod. HEX triplet: 49, 22 and 04. RGB value is (73,34,4). Sum of RGB (Red+Green+Blue) = 73+34+4=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492204 is #B6DDFB. Grayscale: #2A2A2A. Windows color (decimal): -11984380 or 270921. OLE color: 270921.
HSL color Cylindrical-coordinate representation of color #492204: hue angle of 26.09º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #492204 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 4 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.71 |
| HSL | 26.09º | 0.9% | 0.15% | - |
| HSV(B) | 26.09º | 0.95% | 0.29% | - |
| XYZ | 3.34 | 2.57 | 0.43 | - |
| YUV | 42.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 4 | 0 | 0.53 | 0.95 | 0.71 | 26.09 | 0.9 | 0.15 |
| Hex | 49 | 22 | 4 | 0 | 35 | 5F | 47 | 1A | 5A | F |
| Octal | 111 | 42 | 4 | 0 | 65 | 137 | 107 | 32 | 132 | 17 |
| Binary | 1001001 | 100010 | 100 | 0 | 110101 | 1011111 | 1000111 | 11010 | 1011010 | 1111 |
Color Harmonies of #492204
Complementary color
Monochromatic Colors of #492204
Black with #492204
Text Example
Text Example
White with #492204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492204; }
p { color: rgb(73,34,4); }
H1.HeaderClassName
{
color: #492204;
}
.AnyTagClassName
{
color: #492204;
}
</style>
background-color css
<style>
a { background-color: #492204; }
a { background-color: rgb(73,34,4); }
div.DivClassName
{
background-color: #492204;
}
.BgClassName
{
background-color: #492204;
}
</style>
border-color css
<style>
span { border-color: #492204; }
span { border-color: rgb(73,34,4); }
td.TdClassName
{
border-color: #492204;
}
.TagClassName
{
border-color: #492204;
}
</style>