Shades of Madras #473E0B
Tints of Madras #473E0B
RGB
CMYK
RGB Variations
Color information
#473E0B (or 0x473E0B) is known color: Madras. HEX triplet: 47, 3E and 0B. RGB value is (71,62,11). Sum of RGB (Red+Green+Blue) = 71+62+11=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E0B is #B8C1F4. Grayscale: #3B3B3B. Windows color (decimal): -12108277 or 736839. OLE color: 736839.
HSL color Cylindrical-coordinate representation of color #473E0B: hue angle of 51º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #473E0B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 11 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.72 |
| HSL | 51º | 0.73% | 0.16% | - |
| HSV(B) | 51º | 0.85% | 0.28% | - |
| XYZ | 4.38 | 4.81 | 1.01 | - |
| YUV | 58.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 11 | 0 | 0.13 | 0.85 | 0.72 | 51 | 0.73 | 0.16 |
| Hex | 47 | 3E | B | 0 | D | 55 | 48 | 33 | 49 | 10 |
| Octal | 107 | 76 | 13 | 0 | 15 | 125 | 110 | 63 | 111 | 20 |
| Binary | 1000111 | 111110 | 1011 | 0 | 1101 | 1010101 | 1001000 | 110011 | 1001001 | 10000 |
Color Harmonies of #473E0B
Complementary color
Monochromatic Colors of #473E0B
Black with #473E0B
Text Example
Text Example
White with #473E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E0B; }
p { color: rgb(71,62,11); }
H1.HeaderClassName
{
color: #473E0B;
}
.AnyTagClassName
{
color: #473E0B;
}
</style>
background-color css
<style>
a { background-color: #473E0B; }
a { background-color: rgb(71,62,11); }
div.DivClassName
{
background-color: #473E0B;
}
.BgClassName
{
background-color: #473E0B;
}
</style>
border-color css
<style>
span { border-color: #473E0B; }
span { border-color: rgb(71,62,11); }
td.TdClassName
{
border-color: #473E0B;
}
.TagClassName
{
border-color: #473E0B;
}
</style>