Shades of Madras #473F23
Tints of Madras #473F23
RGB
CMYK
RGB Variations
Color information
#473F23 (or 0x473F23) is known color: Madras. HEX triplet: 47, 3F and 23. RGB value is (71,63,35). Sum of RGB (Red+Green+Blue) = 71+63+35=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F23 is #B8C0DC. Grayscale: #3E3E3E. Windows color (decimal): -12107997 or 2309959. OLE color: 2309959.
HSL color Cylindrical-coordinate representation of color #473F23: hue angle of 46.67º 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 #473F23 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 35 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.72 |
| HSL | 46.67º | 0.34% | 0.21% | - |
| HSV(B) | 46.67º | 0.51% | 0.28% | - |
| XYZ | 4.68 | 5.02 | 2.31 | - |
| YUV | 62.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 35 | 0 | 0.11 | 0.51 | 0.72 | 46.67 | 0.34 | 0.21 |
| Hex | 47 | 3F | 23 | 0 | B | 33 | 48 | 2F | 22 | 15 |
| Octal | 107 | 77 | 43 | 0 | 13 | 63 | 110 | 57 | 42 | 25 |
| Binary | 1000111 | 111111 | 100011 | 0 | 1011 | 110011 | 1001000 | 101111 | 100010 | 10101 |
Color Harmonies of #473F23
Complementary color
Monochromatic Colors of #473F23
Black with #473F23
Text Example
Text Example
White with #473F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F23; }
p { color: rgb(71,63,35); }
H1.HeaderClassName
{
color: #473F23;
}
.AnyTagClassName
{
color: #473F23;
}
</style>
background-color css
<style>
a { background-color: #473F23; }
a { background-color: rgb(71,63,35); }
div.DivClassName
{
background-color: #473F23;
}
.BgClassName
{
background-color: #473F23;
}
</style>
border-color css
<style>
span { border-color: #473F23; }
span { border-color: rgb(71,63,35); }
td.TdClassName
{
border-color: #473F23;
}
.TagClassName
{
border-color: #473F23;
}
</style>