Shades of Madras #474100
Tints of Madras #474100
RGB
CMYK
RGB Variations
Color information
#474100 (or 0x474100) is known color: Madras. HEX triplet: 47, 41 and 00. RGB value is (71,65,0). Sum of RGB (Red+Green+Blue) = 71+65+0=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #474100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474100 is #B8BEFF. Grayscale: #3B3B3B. Windows color (decimal): -12107520 or 16711. OLE color: 16711.
HSL color Cylindrical-coordinate representation of color #474100: hue angle of 54.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #474100 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.72 |
| HSL | 54.93º | 1% | 0.14% | - |
| HSV(B) | 54.93º | 1% | 0.28% | - |
| XYZ | 4.49 | 5.12 | 0.75 | - |
| YUV | 59.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 0 | 0 | 0.08 | 1 | 0.72 | 54.93 | 1 | 0.14 |
| Hex | 47 | 41 | 0 | 0 | 8 | 64 | 48 | 37 | 64 | E |
| Octal | 107 | 101 | 0 | 0 | 10 | 144 | 110 | 67 | 144 | 16 |
| Binary | 1000111 | 1000001 | 0 | 0 | 1000 | 1100100 | 1001000 | 110111 | 1100100 | 1110 |
Color Harmonies of #474100
Complementary color
Monochromatic Colors of #474100
Black with #474100
Text Example
Text Example
White with #474100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474100; }
p { color: rgb(71,65,0); }
H1.HeaderClassName
{
color: #474100;
}
.AnyTagClassName
{
color: #474100;
}
</style>
background-color css
<style>
a { background-color: #474100; }
a { background-color: rgb(71,65,0); }
div.DivClassName
{
background-color: #474100;
}
.BgClassName
{
background-color: #474100;
}
</style>
border-color css
<style>
span { border-color: #474100; }
span { border-color: rgb(71,65,0); }
td.TdClassName
{
border-color: #474100;
}
.TagClassName
{
border-color: #474100;
}
</style>