Shades of Madras #493B00
Tints of Madras #493B00
RGB
CMYK
RGB Variations
Color information
#493B00 (or 0x493B00) is known color: Madras. HEX triplet: 49, 3B and 00. RGB value is (73,59,0). Sum of RGB (Red+Green+Blue) = 73+59+0=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493B00 is #B6C4FF. Grayscale: #383838. Windows color (decimal): -11977984 or 15177. OLE color: 15177.
HSL color Cylindrical-coordinate representation of color #493B00: hue angle of 48.49º 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 #493B00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.71 |
| HSL | 48.49º | 1% | 0.14% | - |
| HSV(B) | 48.49º | 1% | 0.29% | - |
| XYZ | 4.31 | 4.54 | 0.65 | - |
| YUV | 56.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 0 | 0 | 0.19 | 1 | 0.71 | 48.49 | 1 | 0.14 |
| Hex | 49 | 3B | 0 | 0 | 13 | 64 | 47 | 30 | 64 | E |
| Octal | 111 | 73 | 0 | 0 | 23 | 144 | 107 | 60 | 144 | 16 |
| Binary | 1001001 | 111011 | 0 | 0 | 10011 | 1100100 | 1000111 | 110000 | 1100100 | 1110 |
Color Harmonies of #493B00
Complementary color
Monochromatic Colors of #493B00
Black with #493B00
Text Example
Text Example
White with #493B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B00; }
p { color: rgb(73,59,0); }
H1.HeaderClassName
{
color: #493B00;
}
.AnyTagClassName
{
color: #493B00;
}
</style>
background-color css
<style>
a { background-color: #493B00; }
a { background-color: rgb(73,59,0); }
div.DivClassName
{
background-color: #493B00;
}
.BgClassName
{
background-color: #493B00;
}
</style>
border-color css
<style>
span { border-color: #493B00; }
span { border-color: rgb(73,59,0); }
td.TdClassName
{
border-color: #493B00;
}
.TagClassName
{
border-color: #493B00;
}
</style>