Shades of Brown Pod #492513
Tints of Brown Pod #492513
RGB
CMYK
RGB Variations
Color information
#492513 (or 0x492513) is known color: Brown Pod. HEX triplet: 49, 25 and 13. RGB value is (73,37,19). Sum of RGB (Red+Green+Blue) = 73+37+19=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492513 is #B6DAEC. Grayscale: #2D2D2D. Windows color (decimal): -11983597 or 1254729. OLE color: 1254729.
HSL color Cylindrical-coordinate representation of color #492513: hue angle of 20º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492513 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 19 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.71 |
| HSL | 20º | 0.59% | 0.18% | - |
| HSV(B) | 20º | 0.74% | 0.29% | - |
| XYZ | 3.53 | 2.79 | 0.97 | - |
| YUV | 45.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 19 | 0 | 0.49 | 0.74 | 0.71 | 20 | 0.59 | 0.18 |
| Hex | 49 | 25 | 13 | 0 | 31 | 4A | 47 | 14 | 3B | 12 |
| Octal | 111 | 45 | 23 | 0 | 61 | 112 | 107 | 24 | 73 | 22 |
| Binary | 1001001 | 100101 | 10011 | 0 | 110001 | 1001010 | 1000111 | 10100 | 111011 | 10010 |
Color Harmonies of #492513
Complementary color
Monochromatic Colors of #492513
Black with #492513
Text Example
Text Example
White with #492513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492513; }
p { color: rgb(73,37,19); }
H1.HeaderClassName
{
color: #492513;
}
.AnyTagClassName
{
color: #492513;
}
</style>
background-color css
<style>
a { background-color: #492513; }
a { background-color: rgb(73,37,19); }
div.DivClassName
{
background-color: #492513;
}
.BgClassName
{
background-color: #492513;
}
</style>
border-color css
<style>
span { border-color: #492513; }
span { border-color: rgb(73,37,19); }
td.TdClassName
{
border-color: #492513;
}
.TagClassName
{
border-color: #492513;
}
</style>