Shades of Madras #473A08
Tints of Madras #473A08
RGB
CMYK
RGB Variations
Color information
#473A08 (or 0x473A08) is known color: Madras. HEX triplet: 47, 3A and 08. RGB value is (71,58,8). Sum of RGB (Red+Green+Blue) = 71+58+8=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A08 is #B8C5F7. Grayscale: #383838. Windows color (decimal): -12109304 or 539207. OLE color: 539207.
HSL color Cylindrical-coordinate representation of color #473A08: hue angle of 47.62º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #473A08 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 8 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.72 |
| HSL | 47.62º | 0.8% | 0.15% | - |
| HSV(B) | 47.62º | 0.89% | 0.28% | - |
| XYZ | 4.16 | 4.38 | 0.86 | - |
| YUV | 56.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 8 | 0 | 0.18 | 0.89 | 0.72 | 47.62 | 0.8 | 0.15 |
| Hex | 47 | 3A | 8 | 0 | 12 | 59 | 48 | 30 | 50 | F |
| Octal | 107 | 72 | 10 | 0 | 22 | 131 | 110 | 60 | 120 | 17 |
| Binary | 1000111 | 111010 | 1000 | 0 | 10010 | 1011001 | 1001000 | 110000 | 1010000 | 1111 |
Color Harmonies of #473A08
Complementary color
Monochromatic Colors of #473A08
Black with #473A08
Text Example
Text Example
White with #473A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A08; }
p { color: rgb(71,58,8); }
H1.HeaderClassName
{
color: #473A08;
}
.AnyTagClassName
{
color: #473A08;
}
</style>
background-color css
<style>
a { background-color: #473A08; }
a { background-color: rgb(71,58,8); }
div.DivClassName
{
background-color: #473A08;
}
.BgClassName
{
background-color: #473A08;
}
</style>
border-color css
<style>
span { border-color: #473A08; }
span { border-color: rgb(71,58,8); }
td.TdClassName
{
border-color: #473A08;
}
.TagClassName
{
border-color: #473A08;
}
</style>