Shades of Madras #493808
Tints of Madras #493808
RGB
CMYK
RGB Variations
Color information
#493808 (or 0x493808) is known color: Madras. HEX triplet: 49, 38 and 08. RGB value is (73,56,8). Sum of RGB (Red+Green+Blue) = 73+56+8=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493808 is #B6C7F7. Grayscale: #373737. Windows color (decimal): -11978744 or 538697. OLE color: 538697.
HSL color Cylindrical-coordinate representation of color #493808: hue angle of 44.31º 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 #493808 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 8 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.71 |
| HSL | 44.31º | 0.8% | 0.16% | - |
| HSV(B) | 44.31º | 0.89% | 0.29% | - |
| XYZ | 4.21 | 4.26 | 0.83 | - |
| YUV | 55.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 8 | 0 | 0.23 | 0.89 | 0.71 | 44.31 | 0.8 | 0.16 |
| Hex | 49 | 38 | 8 | 0 | 17 | 59 | 47 | 2C | 50 | 10 |
| Octal | 111 | 70 | 10 | 0 | 27 | 131 | 107 | 54 | 120 | 20 |
| Binary | 1001001 | 111000 | 1000 | 0 | 10111 | 1011001 | 1000111 | 101100 | 1010000 | 10000 |
Color Harmonies of #493808
Complementary color
Monochromatic Colors of #493808
Black with #493808
Text Example
Text Example
White with #493808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493808; }
p { color: rgb(73,56,8); }
H1.HeaderClassName
{
color: #493808;
}
.AnyTagClassName
{
color: #493808;
}
</style>
background-color css
<style>
a { background-color: #493808; }
a { background-color: rgb(73,56,8); }
div.DivClassName
{
background-color: #493808;
}
.BgClassName
{
background-color: #493808;
}
</style>
border-color css
<style>
span { border-color: #493808; }
span { border-color: rgb(73,56,8); }
td.TdClassName
{
border-color: #493808;
}
.TagClassName
{
border-color: #493808;
}
</style>