Shades of Madras #473E22
Tints of Madras #473E22
RGB
CMYK
RGB Variations
Color information
#473E22 (or 0x473E22) is known color: Madras. HEX triplet: 47, 3E and 22. RGB value is (71,62,34). Sum of RGB (Red+Green+Blue) = 71+62+34=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E22 is #B8C1DD. Grayscale: #3D3D3D. Windows color (decimal): -12108254 or 2244167. OLE color: 2244167.
HSL color Cylindrical-coordinate representation of color #473E22: hue angle of 45.41º 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 #473E22 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 34 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.72 |
| HSL | 45.41º | 0.35% | 0.21% | - |
| HSV(B) | 45.41º | 0.52% | 0.28% | - |
| XYZ | 4.61 | 4.9 | 2.22 | - |
| YUV | 61.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 34 | 0 | 0.13 | 0.52 | 0.72 | 45.41 | 0.35 | 0.21 |
| Hex | 47 | 3E | 22 | 0 | D | 34 | 48 | 2D | 23 | 15 |
| Octal | 107 | 76 | 42 | 0 | 15 | 64 | 110 | 55 | 43 | 25 |
| Binary | 1000111 | 111110 | 100010 | 0 | 1101 | 110100 | 1001000 | 101101 | 100011 | 10101 |
Color Harmonies of #473E22
Complementary color
Monochromatic Colors of #473E22
Black with #473E22
Text Example
Text Example
White with #473E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E22; }
p { color: rgb(71,62,34); }
H1.HeaderClassName
{
color: #473E22;
}
.AnyTagClassName
{
color: #473E22;
}
</style>
background-color css
<style>
a { background-color: #473E22; }
a { background-color: rgb(71,62,34); }
div.DivClassName
{
background-color: #473E22;
}
.BgClassName
{
background-color: #473E22;
}
</style>
border-color css
<style>
span { border-color: #473E22; }
span { border-color: rgb(71,62,34); }
td.TdClassName
{
border-color: #473E22;
}
.TagClassName
{
border-color: #473E22;
}
</style>