Shades of Madras #473F0F
Tints of Madras #473F0F
RGB
CMYK
RGB Variations
Color information
#473F0F (or 0x473F0F) is known color: Madras. HEX triplet: 47, 3F and 0F. RGB value is (71,63,15). Sum of RGB (Red+Green+Blue) = 71+63+15=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F0F is #B8C0F0. Grayscale: #3C3C3C. Windows color (decimal): -12108017 or 999239. OLE color: 999239.
HSL color Cylindrical-coordinate representation of color #473F0F: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #473F0F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 15 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.72 |
| HSL | 51.43º | 0.65% | 0.17% | - |
| HSV(B) | 51.43º | 0.79% | 0.28% | - |
| XYZ | 4.46 | 4.93 | 1.17 | - |
| YUV | 59.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 15 | 0 | 0.11 | 0.79 | 0.72 | 51.43 | 0.65 | 0.17 |
| Hex | 47 | 3F | F | 0 | B | 4F | 48 | 33 | 41 | 11 |
| Octal | 107 | 77 | 17 | 0 | 13 | 117 | 110 | 63 | 101 | 21 |
| Binary | 1000111 | 111111 | 1111 | 0 | 1011 | 1001111 | 1001000 | 110011 | 1000001 | 10001 |
Color Harmonies of #473F0F
Complementary color
Monochromatic Colors of #473F0F
Black with #473F0F
Text Example
Text Example
White with #473F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F0F; }
p { color: rgb(71,63,15); }
H1.HeaderClassName
{
color: #473F0F;
}
.AnyTagClassName
{
color: #473F0F;
}
</style>
background-color css
<style>
a { background-color: #473F0F; }
a { background-color: rgb(71,63,15); }
div.DivClassName
{
background-color: #473F0F;
}
.BgClassName
{
background-color: #473F0F;
}
</style>
border-color css
<style>
span { border-color: #473F0F; }
span { border-color: rgb(71,63,15); }
td.TdClassName
{
border-color: #473F0F;
}
.TagClassName
{
border-color: #473F0F;
}
</style>