Shades of Madras #473A03
Tints of Madras #473A03
RGB
CMYK
RGB Variations
Color information
#473A03 (or 0x473A03) is known color: Madras. HEX triplet: 47, 3A and 03. RGB value is (71,58,3). Sum of RGB (Red+Green+Blue) = 71+58+3=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #473A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A03 is #B8C5FC. Grayscale: #373737. Windows color (decimal): -12109309 or 211527. OLE color: 211527.
HSL color Cylindrical-coordinate representation of color #473A03: hue angle of 48.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #473A03 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 3 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.72 |
| HSL | 48.53º | 0.92% | 0.15% | - |
| HSV(B) | 48.53º | 0.96% | 0.28% | - |
| XYZ | 4.13 | 4.37 | 0.71 | - |
| YUV | 55.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 3 | 0 | 0.18 | 0.96 | 0.72 | 48.53 | 0.92 | 0.15 |
| Hex | 47 | 3A | 3 | 0 | 12 | 60 | 48 | 31 | 5C | F |
| Octal | 107 | 72 | 3 | 0 | 22 | 140 | 110 | 61 | 134 | 17 |
| Binary | 1000111 | 111010 | 11 | 0 | 10010 | 1100000 | 1001000 | 110001 | 1011100 | 1111 |
Color Harmonies of #473A03
Complementary color
Monochromatic Colors of #473A03
Black with #473A03
Text Example
Text Example
White with #473A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A03; }
p { color: rgb(71,58,3); }
H1.HeaderClassName
{
color: #473A03;
}
.AnyTagClassName
{
color: #473A03;
}
</style>
background-color css
<style>
a { background-color: #473A03; }
a { background-color: rgb(71,58,3); }
div.DivClassName
{
background-color: #473A03;
}
.BgClassName
{
background-color: #473A03;
}
</style>
border-color css
<style>
span { border-color: #473A03; }
span { border-color: rgb(71,58,3); }
td.TdClassName
{
border-color: #473A03;
}
.TagClassName
{
border-color: #473A03;
}
</style>