Shades of Madras #473E08
Tints of Madras #473E08
RGB
CMYK
RGB Variations
Color information
#473E08 (or 0x473E08) is known color: Madras. HEX triplet: 47, 3E and 08. RGB value is (71,62,8). Sum of RGB (Red+Green+Blue) = 71+62+8=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E08 is #B8C1F7. Grayscale: #3A3A3A. Windows color (decimal): -12108280 or 540231. OLE color: 540231.
HSL color Cylindrical-coordinate representation of color #473E08: hue angle of 51.43º 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 #473E08 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 8 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.72 |
| HSL | 51.43º | 0.8% | 0.15% | - |
| HSV(B) | 51.43º | 0.89% | 0.28% | - |
| XYZ | 4.36 | 4.8 | 0.93 | - |
| YUV | 58.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 8 | 0 | 0.13 | 0.89 | 0.72 | 51.43 | 0.8 | 0.15 |
| Hex | 47 | 3E | 8 | 0 | D | 59 | 48 | 33 | 50 | F |
| Octal | 107 | 76 | 10 | 0 | 15 | 131 | 110 | 63 | 120 | 17 |
| Binary | 1000111 | 111110 | 1000 | 0 | 1101 | 1011001 | 1001000 | 110011 | 1010000 | 1111 |
Color Harmonies of #473E08
Complementary color
Monochromatic Colors of #473E08
Black with #473E08
Text Example
Text Example
White with #473E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E08; }
p { color: rgb(71,62,8); }
H1.HeaderClassName
{
color: #473E08;
}
.AnyTagClassName
{
color: #473E08;
}
</style>
background-color css
<style>
a { background-color: #473E08; }
a { background-color: rgb(71,62,8); }
div.DivClassName
{
background-color: #473E08;
}
.BgClassName
{
background-color: #473E08;
}
</style>
border-color css
<style>
span { border-color: #473E08; }
span { border-color: rgb(71,62,8); }
td.TdClassName
{
border-color: #473E08;
}
.TagClassName
{
border-color: #473E08;
}
</style>