Shades of Madras #473A1F
Tints of Madras #473A1F
RGB
CMYK
RGB Variations
Color information
#473A1F (or 0x473A1F) is known color: Madras. HEX triplet: 47, 3A and 1F. RGB value is (71,58,31). Sum of RGB (Red+Green+Blue) = 71+58+31=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1F is #B8C5E0. Grayscale: #3A3A3A. Windows color (decimal): -12109281 or 2046535. OLE color: 2046535.
HSL color Cylindrical-coordinate representation of color #473A1F: hue angle of 40.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473A1F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 31 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.72 |
| HSL | 40.5º | 0.39% | 0.2% | - |
| HSV(B) | 40.5º | 0.56% | 0.28% | - |
| XYZ | 4.36 | 4.46 | 1.93 | - |
| YUV | 58.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 31 | 0 | 0.18 | 0.56 | 0.72 | 40.5 | 0.39 | 0.2 |
| Hex | 47 | 3A | 1F | 0 | 12 | 38 | 48 | 28 | 27 | 14 |
| Octal | 107 | 72 | 37 | 0 | 22 | 70 | 110 | 50 | 47 | 24 |
| Binary | 1000111 | 111010 | 11111 | 0 | 10010 | 111000 | 1001000 | 101000 | 100111 | 10100 |
Color Harmonies of #473A1F
Complementary color
Monochromatic Colors of #473A1F
Black with #473A1F
Text Example
Text Example
White with #473A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A1F; }
p { color: rgb(71,58,31); }
H1.HeaderClassName
{
color: #473A1F;
}
.AnyTagClassName
{
color: #473A1F;
}
</style>
background-color css
<style>
a { background-color: #473A1F; }
a { background-color: rgb(71,58,31); }
div.DivClassName
{
background-color: #473A1F;
}
.BgClassName
{
background-color: #473A1F;
}
</style>
border-color css
<style>
span { border-color: #473A1F; }
span { border-color: rgb(71,58,31); }
td.TdClassName
{
border-color: #473A1F;
}
.TagClassName
{
border-color: #473A1F;
}
</style>