Shades of Madras #493C08
Tints of Madras #493C08
RGB
CMYK
RGB Variations
Color information
#493C08 (or 0x493C08) is known color: Madras. HEX triplet: 49, 3C and 08. RGB value is (73,60,8). Sum of RGB (Red+Green+Blue) = 73+60+8=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #493C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C08 is #B6C3F7. Grayscale: #3A3A3A. Windows color (decimal): -11977720 or 539721. OLE color: 539721.
HSL color Cylindrical-coordinate representation of color #493C08: hue angle of 48º 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 #493C08 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 8 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.71 |
| HSL | 48º | 0.8% | 0.16% | - |
| HSV(B) | 48º | 0.89% | 0.29% | - |
| XYZ | 4.41 | 4.67 | 0.9 | - |
| YUV | 57.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 8 | 0 | 0.18 | 0.89 | 0.71 | 48 | 0.8 | 0.16 |
| Hex | 49 | 3C | 8 | 0 | 12 | 59 | 47 | 30 | 50 | 10 |
| Octal | 111 | 74 | 10 | 0 | 22 | 131 | 107 | 60 | 120 | 20 |
| Binary | 1001001 | 111100 | 1000 | 0 | 10010 | 1011001 | 1000111 | 110000 | 1010000 | 10000 |
Color Harmonies of #493C08
Complementary color
Monochromatic Colors of #493C08
Black with #493C08
Text Example
Text Example
White with #493C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C08; }
p { color: rgb(73,60,8); }
H1.HeaderClassName
{
color: #493C08;
}
.AnyTagClassName
{
color: #493C08;
}
</style>
background-color css
<style>
a { background-color: #493C08; }
a { background-color: rgb(73,60,8); }
div.DivClassName
{
background-color: #493C08;
}
.BgClassName
{
background-color: #493C08;
}
</style>
border-color css
<style>
span { border-color: #493C08; }
span { border-color: rgb(73,60,8); }
td.TdClassName
{
border-color: #493C08;
}
.TagClassName
{
border-color: #493C08;
}
</style>