Shades of Madras #493E08
Tints of Madras #493E08
RGB
CMYK
RGB Variations
Color information
#493E08 (or 0x493E08) is known color: Madras. HEX triplet: 49, 3E and 08. RGB value is (73,62,8). Sum of RGB (Red+Green+Blue) = 73+62+8=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E08 is #B6C1F7. Grayscale: #3B3B3B. Windows color (decimal): -11977208 or 540233. OLE color: 540233.
HSL color Cylindrical-coordinate representation of color #493E08: hue angle of 49.85º 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 #493E08 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 8 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.71 |
| HSL | 49.85º | 0.8% | 0.16% | - |
| HSV(B) | 49.85º | 0.89% | 0.29% | - |
| XYZ | 4.51 | 4.88 | 0.93 | - |
| YUV | 59.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 8 | 0 | 0.15 | 0.89 | 0.71 | 49.85 | 0.8 | 0.16 |
| Hex | 49 | 3E | 8 | 0 | F | 59 | 47 | 32 | 50 | 10 |
| Octal | 111 | 76 | 10 | 0 | 17 | 131 | 107 | 62 | 120 | 20 |
| Binary | 1001001 | 111110 | 1000 | 0 | 1111 | 1011001 | 1000111 | 110010 | 1010000 | 10000 |
Color Harmonies of #493E08
Complementary color
Monochromatic Colors of #493E08
Black with #493E08
Text Example
Text Example
White with #493E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E08; }
p { color: rgb(73,62,8); }
H1.HeaderClassName
{
color: #493E08;
}
.AnyTagClassName
{
color: #493E08;
}
</style>
background-color css
<style>
a { background-color: #493E08; }
a { background-color: rgb(73,62,8); }
div.DivClassName
{
background-color: #493E08;
}
.BgClassName
{
background-color: #493E08;
}
</style>
border-color css
<style>
span { border-color: #493E08; }
span { border-color: rgb(73,62,8); }
td.TdClassName
{
border-color: #493E08;
}
.TagClassName
{
border-color: #493E08;
}
</style>