Shades of Madras #473B21
Tints of Madras #473B21
RGB
CMYK
RGB Variations
Color information
#473B21 (or 0x473B21) is known color: Madras. HEX triplet: 47, 3B and 21. RGB value is (71,59,33). Sum of RGB (Red+Green+Blue) = 71+59+33=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B21 is #B8C4DE. Grayscale: #3B3B3B. Windows color (decimal): -12109023 or 2177863. OLE color: 2177863.
HSL color Cylindrical-coordinate representation of color #473B21: hue angle of 41.05º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473B21 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 33 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.72 |
| HSL | 41.05º | 0.37% | 0.2% | - |
| HSV(B) | 41.05º | 0.54% | 0.28% | - |
| XYZ | 4.44 | 4.58 | 2.09 | - |
| YUV | 59.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 33 | 0 | 0.17 | 0.54 | 0.72 | 41.05 | 0.37 | 0.2 |
| Hex | 47 | 3B | 21 | 0 | 11 | 36 | 48 | 29 | 25 | 14 |
| Octal | 107 | 73 | 41 | 0 | 21 | 66 | 110 | 51 | 45 | 24 |
| Binary | 1000111 | 111011 | 100001 | 0 | 10001 | 110110 | 1001000 | 101001 | 100101 | 10100 |
Color Harmonies of #473B21
Complementary color
Monochromatic Colors of #473B21
Black with #473B21
Text Example
Text Example
White with #473B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B21; }
p { color: rgb(71,59,33); }
H1.HeaderClassName
{
color: #473B21;
}
.AnyTagClassName
{
color: #473B21;
}
</style>
background-color css
<style>
a { background-color: #473B21; }
a { background-color: rgb(71,59,33); }
div.DivClassName
{
background-color: #473B21;
}
.BgClassName
{
background-color: #473B21;
}
</style>
border-color css
<style>
span { border-color: #473B21; }
span { border-color: rgb(71,59,33); }
td.TdClassName
{
border-color: #473B21;
}
.TagClassName
{
border-color: #473B21;
}
</style>