Shades of Madras #473A0E
Tints of Madras #473A0E
RGB
CMYK
RGB Variations
Color information
#473A0E (or 0x473A0E) is known color: Madras. HEX triplet: 47, 3A and 0E. RGB value is (71,58,14). Sum of RGB (Red+Green+Blue) = 71+58+14=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0E is #B8C5F1. Grayscale: #393939. Windows color (decimal): -12109298 or 932423. OLE color: 932423.
HSL color Cylindrical-coordinate representation of color #473A0E: hue angle of 46.32º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #473A0E is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 14 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.72 |
| HSL | 46.32º | 0.67% | 0.17% | - |
| HSV(B) | 46.32º | 0.8% | 0.28% | - |
| XYZ | 4.19 | 4.4 | 1.04 | - |
| YUV | 56.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 14 | 0 | 0.18 | 0.80 | 0.72 | 46.32 | 0.67 | 0.17 |
| Hex | 47 | 3A | E | 0 | 12 | 50 | 48 | 2E | 43 | 11 |
| Octal | 107 | 72 | 16 | 0 | 22 | 120 | 110 | 56 | 103 | 21 |
| Binary | 1000111 | 111010 | 1110 | 0 | 10010 | 1010000 | 1001000 | 101110 | 1000011 | 10001 |
Color Harmonies of #473A0E
Complementary color
Monochromatic Colors of #473A0E
Black with #473A0E
Text Example
Text Example
White with #473A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A0E; }
p { color: rgb(71,58,14); }
H1.HeaderClassName
{
color: #473A0E;
}
.AnyTagClassName
{
color: #473A0E;
}
</style>
background-color css
<style>
a { background-color: #473A0E; }
a { background-color: rgb(71,58,14); }
div.DivClassName
{
background-color: #473A0E;
}
.BgClassName
{
background-color: #473A0E;
}
</style>
border-color css
<style>
span { border-color: #473A0E; }
span { border-color: rgb(71,58,14); }
td.TdClassName
{
border-color: #473A0E;
}
.TagClassName
{
border-color: #473A0E;
}
</style>