Shades of Madras #473E23
Tints of Madras #473E23
RGB
CMYK
RGB Variations
Color information
#473E23 (or 0x473E23) is known color: Madras. HEX triplet: 47, 3E and 23. RGB value is (71,62,35). Sum of RGB (Red+Green+Blue) = 71+62+35=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E23 is #B8C1DC. Grayscale: #3D3D3D. Windows color (decimal): -12108253 or 2309703. OLE color: 2309703.
HSL color Cylindrical-coordinate representation of color #473E23: hue angle of 45º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473E23 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 35 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.72 |
| HSL | 45º | 0.34% | 0.21% | - |
| HSV(B) | 45º | 0.51% | 0.28% | - |
| XYZ | 4.62 | 4.91 | 2.29 | - |
| YUV | 61.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 35 | 0 | 0.13 | 0.51 | 0.72 | 45 | 0.34 | 0.21 |
| Hex | 47 | 3E | 23 | 0 | D | 33 | 48 | 2D | 22 | 15 |
| Octal | 107 | 76 | 43 | 0 | 15 | 63 | 110 | 55 | 42 | 25 |
| Binary | 1000111 | 111110 | 100011 | 0 | 1101 | 110011 | 1001000 | 101101 | 100010 | 10101 |
Color Harmonies of #473E23
Complementary color
Monochromatic Colors of #473E23
Black with #473E23
Text Example
Text Example
White with #473E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E23; }
p { color: rgb(71,62,35); }
H1.HeaderClassName
{
color: #473E23;
}
.AnyTagClassName
{
color: #473E23;
}
</style>
background-color css
<style>
a { background-color: #473E23; }
a { background-color: rgb(71,62,35); }
div.DivClassName
{
background-color: #473E23;
}
.BgClassName
{
background-color: #473E23;
}
</style>
border-color css
<style>
span { border-color: #473E23; }
span { border-color: rgb(71,62,35); }
td.TdClassName
{
border-color: #473E23;
}
.TagClassName
{
border-color: #473E23;
}
</style>