Shades of Madras #474105
Tints of Madras #474105
RGB
CMYK
RGB Variations
Color information
#474105 (or 0x474105) is known color: Madras. HEX triplet: 47, 41 and 05. RGB value is (71,65,5). Sum of RGB (Red+Green+Blue) = 71+65+5=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #474105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474105 is #B8BEFA. Grayscale: #3C3C3C. Windows color (decimal): -12107515 or 344391. OLE color: 344391.
HSL color Cylindrical-coordinate representation of color #474105: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #474105 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 5 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.72 |
| HSL | 54.55º | 0.87% | 0.15% | - |
| HSV(B) | 54.55º | 0.93% | 0.28% | - |
| XYZ | 4.52 | 5.13 | 0.9 | - |
| YUV | 59.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 5 | 0 | 0.08 | 0.93 | 0.72 | 54.55 | 0.87 | 0.15 |
| Hex | 47 | 41 | 5 | 0 | 8 | 5D | 48 | 37 | 57 | F |
| Octal | 107 | 101 | 5 | 0 | 10 | 135 | 110 | 67 | 127 | 17 |
| Binary | 1000111 | 1000001 | 101 | 0 | 1000 | 1011101 | 1001000 | 110111 | 1010111 | 1111 |
Color Harmonies of #474105
Complementary color
Monochromatic Colors of #474105
Black with #474105
Text Example
Text Example
White with #474105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474105; }
p { color: rgb(71,65,5); }
H1.HeaderClassName
{
color: #474105;
}
.AnyTagClassName
{
color: #474105;
}
</style>
background-color css
<style>
a { background-color: #474105; }
a { background-color: rgb(71,65,5); }
div.DivClassName
{
background-color: #474105;
}
.BgClassName
{
background-color: #474105;
}
</style>
border-color css
<style>
span { border-color: #474105; }
span { border-color: rgb(71,65,5); }
td.TdClassName
{
border-color: #474105;
}
.TagClassName
{
border-color: #474105;
}
</style>