Shades of Madras #473D23
Tints of Madras #473D23
RGB
CMYK
RGB Variations
Color information
#473D23 (or 0x473D23) is known color: Madras. HEX triplet: 47, 3D and 23. RGB value is (71,61,35). Sum of RGB (Red+Green+Blue) = 71+61+35=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D23 is #B8C2DC. Grayscale: #3D3D3D. Windows color (decimal): -12108509 or 2309447. OLE color: 2309447.
HSL color Cylindrical-coordinate representation of color #473D23: hue angle of 43.33º 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 #473D23 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 35 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.72 |
| HSL | 43.33º | 0.34% | 0.21% | - |
| HSV(B) | 43.33º | 0.51% | 0.28% | - |
| XYZ | 4.57 | 4.8 | 2.28 | - |
| YUV | 61.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 35 | 0 | 0.14 | 0.51 | 0.72 | 43.33 | 0.34 | 0.21 |
| Hex | 47 | 3D | 23 | 0 | E | 33 | 48 | 2B | 22 | 15 |
| Octal | 107 | 75 | 43 | 0 | 16 | 63 | 110 | 53 | 42 | 25 |
| Binary | 1000111 | 111101 | 100011 | 0 | 1110 | 110011 | 1001000 | 101011 | 100010 | 10101 |
Color Harmonies of #473D23
Complementary color
Monochromatic Colors of #473D23
Black with #473D23
Text Example
Text Example
White with #473D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D23; }
p { color: rgb(71,61,35); }
H1.HeaderClassName
{
color: #473D23;
}
.AnyTagClassName
{
color: #473D23;
}
</style>
background-color css
<style>
a { background-color: #473D23; }
a { background-color: rgb(71,61,35); }
div.DivClassName
{
background-color: #473D23;
}
.BgClassName
{
background-color: #473D23;
}
</style>
border-color css
<style>
span { border-color: #473D23; }
span { border-color: rgb(71,61,35); }
td.TdClassName
{
border-color: #473D23;
}
.TagClassName
{
border-color: #473D23;
}
</style>