Shades of Brown Pod #492201
Tints of Brown Pod #492201
RGB
CMYK
RGB Variations
Color information
#492201 (or 0x492201) is known color: Brown Pod. HEX triplet: 49, 22 and 01. RGB value is (73,34,1). Sum of RGB (Red+Green+Blue) = 73+34+1=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #492201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492201 is #B6DDFE. Grayscale: #2A2A2A. Windows color (decimal): -11984383 or 74313. OLE color: 74313.
HSL color Cylindrical-coordinate representation of color #492201: hue angle of 27.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #492201 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.71 |
| HSL | 27.5º | 0.97% | 0.15% | - |
| HSV(B) | 27.5º | 0.99% | 0.29% | - |
| XYZ | 3.33 | 2.56 | 0.35 | - |
| YUV | 41.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 1 | 0 | 0.53 | 0.99 | 0.71 | 27.5 | 0.97 | 0.15 |
| Hex | 49 | 22 | 1 | 0 | 35 | 63 | 47 | 1C | 61 | F |
| Octal | 111 | 42 | 1 | 0 | 65 | 143 | 107 | 34 | 141 | 17 |
| Binary | 1001001 | 100010 | 1 | 0 | 110101 | 1100011 | 1000111 | 11100 | 1100001 | 1111 |
Color Harmonies of #492201
Complementary color
Monochromatic Colors of #492201
Black with #492201
Text Example
Text Example
White with #492201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492201; }
p { color: rgb(73,34,1); }
H1.HeaderClassName
{
color: #492201;
}
.AnyTagClassName
{
color: #492201;
}
</style>
background-color css
<style>
a { background-color: #492201; }
a { background-color: rgb(73,34,1); }
div.DivClassName
{
background-color: #492201;
}
.BgClassName
{
background-color: #492201;
}
</style>
border-color css
<style>
span { border-color: #492201; }
span { border-color: rgb(73,34,1); }
td.TdClassName
{
border-color: #492201;
}
.TagClassName
{
border-color: #492201;
}
</style>