Shades of Madras #473C22
Tints of Madras #473C22
RGB
CMYK
RGB Variations
Color information
#473C22 (or 0x473C22) is known color: Madras. HEX triplet: 47, 3C and 22. RGB value is (71,60,34). Sum of RGB (Red+Green+Blue) = 71+60+34=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #473C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C22 is #B8C3DD. Grayscale: #3C3C3C. Windows color (decimal): -12108766 or 2243655. OLE color: 2243655.
HSL color Cylindrical-coordinate representation of color #473C22: hue angle of 42.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473C22 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 34 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.72 |
| HSL | 42.16º | 0.35% | 0.21% | - |
| HSV(B) | 42.16º | 0.52% | 0.28% | - |
| XYZ | 4.5 | 4.69 | 2.18 | - |
| YUV | 60.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 34 | 0 | 0.15 | 0.52 | 0.72 | 42.16 | 0.35 | 0.21 |
| Hex | 47 | 3C | 22 | 0 | F | 34 | 48 | 2A | 23 | 15 |
| Octal | 107 | 74 | 42 | 0 | 17 | 64 | 110 | 52 | 43 | 25 |
| Binary | 1000111 | 111100 | 100010 | 0 | 1111 | 110100 | 1001000 | 101010 | 100011 | 10101 |
Color Harmonies of #473C22
Complementary color
Monochromatic Colors of #473C22
Black with #473C22
Text Example
Text Example
White with #473C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C22; }
p { color: rgb(71,60,34); }
H1.HeaderClassName
{
color: #473C22;
}
.AnyTagClassName
{
color: #473C22;
}
</style>
background-color css
<style>
a { background-color: #473C22; }
a { background-color: rgb(71,60,34); }
div.DivClassName
{
background-color: #473C22;
}
.BgClassName
{
background-color: #473C22;
}
</style>
border-color css
<style>
span { border-color: #473C22; }
span { border-color: rgb(71,60,34); }
td.TdClassName
{
border-color: #473C22;
}
.TagClassName
{
border-color: #473C22;
}
</style>