Shades of Madras #494200
Tints of Madras #494200
RGB
CMYK
RGB Variations
Color information
#494200 (or 0x494200) is known color: Madras. HEX triplet: 49, 42 and 00. RGB value is (73,66,0). Sum of RGB (Red+Green+Blue) = 73+66+0=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #494200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494200 is #B6BDFF. Grayscale: #3C3C3C. Windows color (decimal): -11976192 or 16969. OLE color: 16969.
HSL color Cylindrical-coordinate representation of color #494200: hue angle of 54.25º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #494200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.71 |
| HSL | 54.25º | 1% | 0.14% | - |
| HSV(B) | 54.25º | 1% | 0.29% | - |
| XYZ | 4.7 | 5.31 | 0.78 | - |
| YUV | 60.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 0 | 0 | 0.10 | 1 | 0.71 | 54.25 | 1 | 0.14 |
| Hex | 49 | 42 | 0 | 0 | A | 64 | 47 | 36 | 64 | E |
| Octal | 111 | 102 | 0 | 0 | 12 | 144 | 107 | 66 | 144 | 16 |
| Binary | 1001001 | 1000010 | 0 | 0 | 1010 | 1100100 | 1000111 | 110110 | 1100100 | 1110 |
Color Harmonies of #494200
Complementary color
Monochromatic Colors of #494200
Black with #494200
Text Example
Text Example
White with #494200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494200; }
p { color: rgb(73,66,0); }
H1.HeaderClassName
{
color: #494200;
}
.AnyTagClassName
{
color: #494200;
}
</style>
background-color css
<style>
a { background-color: #494200; }
a { background-color: rgb(73,66,0); }
div.DivClassName
{
background-color: #494200;
}
.BgClassName
{
background-color: #494200;
}
</style>
border-color css
<style>
span { border-color: #494200; }
span { border-color: rgb(73,66,0); }
td.TdClassName
{
border-color: #494200;
}
.TagClassName
{
border-color: #494200;
}
</style>