Shades of Madras #493F23
Tints of Madras #493F23
RGB
CMYK
RGB Variations
Color information
#493F23 (or 0x493F23) is known color: Madras. HEX triplet: 49, 3F and 23. RGB value is (73,63,35). Sum of RGB (Red+Green+Blue) = 73+63+35=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F23 is #B6C0DC. Grayscale: #3E3E3E. Windows color (decimal): -11976925 or 2309961. OLE color: 2309961.
HSL color Cylindrical-coordinate representation of color #493F23: hue angle of 44.21º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493F23 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 35 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.71 |
| HSL | 44.21º | 0.35% | 0.21% | - |
| HSV(B) | 44.21º | 0.52% | 0.29% | - |
| XYZ | 4.83 | 5.09 | 2.32 | - |
| YUV | 62.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 35 | 0 | 0.14 | 0.52 | 0.71 | 44.21 | 0.35 | 0.21 |
| Hex | 49 | 3F | 23 | 0 | E | 34 | 47 | 2C | 23 | 15 |
| Octal | 111 | 77 | 43 | 0 | 16 | 64 | 107 | 54 | 43 | 25 |
| Binary | 1001001 | 111111 | 100011 | 0 | 1110 | 110100 | 1000111 | 101100 | 100011 | 10101 |
Color Harmonies of #493F23
Complementary color
Monochromatic Colors of #493F23
Black with #493F23
Text Example
Text Example
White with #493F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F23; }
p { color: rgb(73,63,35); }
H1.HeaderClassName
{
color: #493F23;
}
.AnyTagClassName
{
color: #493F23;
}
</style>
background-color css
<style>
a { background-color: #493F23; }
a { background-color: rgb(73,63,35); }
div.DivClassName
{
background-color: #493F23;
}
.BgClassName
{
background-color: #493F23;
}
</style>
border-color css
<style>
span { border-color: #493F23; }
span { border-color: rgb(73,63,35); }
td.TdClassName
{
border-color: #493F23;
}
.TagClassName
{
border-color: #493F23;
}
</style>