Shades of Madras #493A08
Tints of Madras #493A08
RGB
CMYK
RGB Variations
Color information
#493A08 (or 0x493A08) is known color: Madras. HEX triplet: 49, 3A and 08. RGB value is (73,58,8). Sum of RGB (Red+Green+Blue) = 73+58+8=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A08 is #B6C5F7. Grayscale: #393939. Windows color (decimal): -11978232 or 539209. OLE color: 539209.
HSL color Cylindrical-coordinate representation of color #493A08: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #493A08 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 8 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.71 |
| HSL | 46.15º | 0.8% | 0.16% | - |
| HSV(B) | 46.15º | 0.89% | 0.29% | - |
| XYZ | 4.3 | 4.46 | 0.86 | - |
| YUV | 56.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 8 | 0 | 0.21 | 0.89 | 0.71 | 46.15 | 0.8 | 0.16 |
| Hex | 49 | 3A | 8 | 0 | 15 | 59 | 47 | 2E | 50 | 10 |
| Octal | 111 | 72 | 10 | 0 | 25 | 131 | 107 | 56 | 120 | 20 |
| Binary | 1001001 | 111010 | 1000 | 0 | 10101 | 1011001 | 1000111 | 101110 | 1010000 | 10000 |
Color Harmonies of #493A08
Complementary color
Monochromatic Colors of #493A08
Black with #493A08
Text Example
Text Example
White with #493A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A08; }
p { color: rgb(73,58,8); }
H1.HeaderClassName
{
color: #493A08;
}
.AnyTagClassName
{
color: #493A08;
}
</style>
background-color css
<style>
a { background-color: #493A08; }
a { background-color: rgb(73,58,8); }
div.DivClassName
{
background-color: #493A08;
}
.BgClassName
{
background-color: #493A08;
}
</style>
border-color css
<style>
span { border-color: #493A08; }
span { border-color: rgb(73,58,8); }
td.TdClassName
{
border-color: #493A08;
}
.TagClassName
{
border-color: #493A08;
}
</style>