Shades of Madras #473F08
Tints of Madras #473F08
RGB
CMYK
RGB Variations
Color information
#473F08 (or 0x473F08) is known color: Madras. HEX triplet: 47, 3F and 08. RGB value is (71,63,8). Sum of RGB (Red+Green+Blue) = 71+63+8=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #473F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F08 is #B8C0F7. Grayscale: #3B3B3B. Windows color (decimal): -12108024 or 540487. OLE color: 540487.
HSL color Cylindrical-coordinate representation of color #473F08: hue angle of 52.38º 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 #473F08 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 8 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.72 |
| HSL | 52.38º | 0.8% | 0.15% | - |
| HSV(B) | 52.38º | 0.89% | 0.28% | - |
| XYZ | 4.42 | 4.91 | 0.94 | - |
| YUV | 59.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 8 | 0 | 0.11 | 0.89 | 0.72 | 52.38 | 0.8 | 0.15 |
| Hex | 47 | 3F | 8 | 0 | B | 59 | 48 | 34 | 50 | F |
| Octal | 107 | 77 | 10 | 0 | 13 | 131 | 110 | 64 | 120 | 17 |
| Binary | 1000111 | 111111 | 1000 | 0 | 1011 | 1011001 | 1001000 | 110100 | 1010000 | 1111 |
Color Harmonies of #473F08
Complementary color
Monochromatic Colors of #473F08
Black with #473F08
Text Example
Text Example
White with #473F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F08; }
p { color: rgb(71,63,8); }
H1.HeaderClassName
{
color: #473F08;
}
.AnyTagClassName
{
color: #473F08;
}
</style>
background-color css
<style>
a { background-color: #473F08; }
a { background-color: rgb(71,63,8); }
div.DivClassName
{
background-color: #473F08;
}
.BgClassName
{
background-color: #473F08;
}
</style>
border-color css
<style>
span { border-color: #473F08; }
span { border-color: rgb(71,63,8); }
td.TdClassName
{
border-color: #473F08;
}
.TagClassName
{
border-color: #473F08;
}
</style>