Shades of Madras #473F25
Tints of Madras #473F25
RGB
CMYK
RGB Variations
Color information
#473F25 (or 0x473F25) is known color: Madras. HEX triplet: 47, 3F and 25. RGB value is (71,63,37). Sum of RGB (Red+Green+Blue) = 71+63+37=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F25 is #B8C0DA. Grayscale: #3E3E3E. Windows color (decimal): -12107995 or 2441031. OLE color: 2441031.
HSL color Cylindrical-coordinate representation of color #473F25: hue angle of 45.88º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473F25 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 37 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.72 |
| HSL | 45.88º | 0.31% | 0.21% | - |
| HSV(B) | 45.88º | 0.48% | 0.28% | - |
| XYZ | 4.71 | 5.03 | 2.47 | - |
| YUV | 62.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 37 | 0 | 0.11 | 0.48 | 0.72 | 45.88 | 0.31 | 0.21 |
| Hex | 47 | 3F | 25 | 0 | B | 30 | 48 | 2E | 1F | 15 |
| Octal | 107 | 77 | 45 | 0 | 13 | 60 | 110 | 56 | 37 | 25 |
| Binary | 1000111 | 111111 | 100101 | 0 | 1011 | 110000 | 1001000 | 101110 | 11111 | 10101 |
Color Harmonies of #473F25
Complementary color
Monochromatic Colors of #473F25
Black with #473F25
Text Example
Text Example
White with #473F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F25; }
p { color: rgb(71,63,37); }
H1.HeaderClassName
{
color: #473F25;
}
.AnyTagClassName
{
color: #473F25;
}
</style>
background-color css
<style>
a { background-color: #473F25; }
a { background-color: rgb(71,63,37); }
div.DivClassName
{
background-color: #473F25;
}
.BgClassName
{
background-color: #473F25;
}
</style>
border-color css
<style>
span { border-color: #473F25; }
span { border-color: rgb(71,63,37); }
td.TdClassName
{
border-color: #473F25;
}
.TagClassName
{
border-color: #473F25;
}
</style>