Shades of Madras #473E18
Tints of Madras #473E18
RGB
CMYK
RGB Variations
Color information
#473E18 (or 0x473E18) is known color: Madras. HEX triplet: 47, 3E and 18. RGB value is (71,62,24). Sum of RGB (Red+Green+Blue) = 71+62+24=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E18 is #B8C1E7. Grayscale: #3C3C3C. Windows color (decimal): -12108264 or 1588807. OLE color: 1588807.
HSL color Cylindrical-coordinate representation of color #473E18: hue angle of 48.51º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473E18 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 24 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.72 |
| HSL | 48.51º | 0.49% | 0.19% | - |
| HSV(B) | 48.51º | 0.66% | 0.28% | - |
| XYZ | 4.49 | 4.85 | 1.56 | - |
| YUV | 60.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 24 | 0 | 0.13 | 0.66 | 0.72 | 48.51 | 0.49 | 0.19 |
| Hex | 47 | 3E | 18 | 0 | D | 42 | 48 | 31 | 31 | 13 |
| Octal | 107 | 76 | 30 | 0 | 15 | 102 | 110 | 61 | 61 | 23 |
| Binary | 1000111 | 111110 | 11000 | 0 | 1101 | 1000010 | 1001000 | 110001 | 110001 | 10011 |
Color Harmonies of #473E18
Complementary color
Monochromatic Colors of #473E18
Black with #473E18
Text Example
Text Example
White with #473E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E18; }
p { color: rgb(71,62,24); }
H1.HeaderClassName
{
color: #473E18;
}
.AnyTagClassName
{
color: #473E18;
}
</style>
background-color css
<style>
a { background-color: #473E18; }
a { background-color: rgb(71,62,24); }
div.DivClassName
{
background-color: #473E18;
}
.BgClassName
{
background-color: #473E18;
}
</style>
border-color css
<style>
span { border-color: #473E18; }
span { border-color: rgb(71,62,24); }
td.TdClassName
{
border-color: #473E18;
}
.TagClassName
{
border-color: #473E18;
}
</style>