Shades of Madras #473F22
Tints of Madras #473F22
RGB
CMYK
RGB Variations
Color information
#473F22 (or 0x473F22) is known color: Madras. HEX triplet: 47, 3F and 22. RGB value is (71,63,34). Sum of RGB (Red+Green+Blue) = 71+63+34=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F22 is #B8C0DD. Grayscale: #3E3E3E. Windows color (decimal): -12107998 or 2244423. OLE color: 2244423.
HSL color Cylindrical-coordinate representation of color #473F22: hue angle of 47.03º 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 #473F22 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 34 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.72 |
| HSL | 47.03º | 0.35% | 0.21% | - |
| HSV(B) | 47.03º | 0.52% | 0.28% | - |
| XYZ | 4.66 | 5.01 | 2.23 | - |
| YUV | 62.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 34 | 0 | 0.11 | 0.52 | 0.72 | 47.03 | 0.35 | 0.21 |
| Hex | 47 | 3F | 22 | 0 | B | 34 | 48 | 2F | 23 | 15 |
| Octal | 107 | 77 | 42 | 0 | 13 | 64 | 110 | 57 | 43 | 25 |
| Binary | 1000111 | 111111 | 100010 | 0 | 1011 | 110100 | 1001000 | 101111 | 100011 | 10101 |
Color Harmonies of #473F22
Complementary color
Monochromatic Colors of #473F22
Black with #473F22
Text Example
Text Example
White with #473F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F22; }
p { color: rgb(71,63,34); }
H1.HeaderClassName
{
color: #473F22;
}
.AnyTagClassName
{
color: #473F22;
}
</style>
background-color css
<style>
a { background-color: #473F22; }
a { background-color: rgb(71,63,34); }
div.DivClassName
{
background-color: #473F22;
}
.BgClassName
{
background-color: #473F22;
}
</style>
border-color css
<style>
span { border-color: #473F22; }
span { border-color: rgb(71,63,34); }
td.TdClassName
{
border-color: #473F22;
}
.TagClassName
{
border-color: #473F22;
}
</style>