Shades of Brown Pod #492003
Tints of Brown Pod #492003
RGB
CMYK
RGB Variations
Color information
#492003 (or 0x492003) is known color: Brown Pod. HEX triplet: 49, 20 and 03. RGB value is (73,32,3). Sum of RGB (Red+Green+Blue) = 73+32+3=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #492003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492003 is #B6DFFC. Grayscale: #292929. Windows color (decimal): -11984893 or 204873. OLE color: 204873.
HSL color Cylindrical-coordinate representation of color #492003: hue angle of 24.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #492003 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.71 |
| HSL | 24.86º | 0.92% | 0.15% | - |
| HSV(B) | 24.86º | 0.96% | 0.29% | - |
| XYZ | 3.28 | 2.46 | 0.39 | - |
| YUV | 40.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 3 | 0 | 0.56 | 0.96 | 0.71 | 24.86 | 0.92 | 0.15 |
| Hex | 49 | 20 | 3 | 0 | 38 | 60 | 47 | 19 | 5C | F |
| Octal | 111 | 40 | 3 | 0 | 70 | 140 | 107 | 31 | 134 | 17 |
| Binary | 1001001 | 100000 | 11 | 0 | 111000 | 1100000 | 1000111 | 11001 | 1011100 | 1111 |
Color Harmonies of #492003
Complementary color
Monochromatic Colors of #492003
Black with #492003
Text Example
Text Example
White with #492003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492003; }
p { color: rgb(73,32,3); }
H1.HeaderClassName
{
color: #492003;
}
.AnyTagClassName
{
color: #492003;
}
</style>
background-color css
<style>
a { background-color: #492003; }
a { background-color: rgb(73,32,3); }
div.DivClassName
{
background-color: #492003;
}
.BgClassName
{
background-color: #492003;
}
</style>
border-color css
<style>
span { border-color: #492003; }
span { border-color: rgb(73,32,3); }
td.TdClassName
{
border-color: #492003;
}
.TagClassName
{
border-color: #492003;
}
</style>