Shades of Madras #474203
Tints of Madras #474203
RGB
CMYK
RGB Variations
Color information
#474203 (or 0x474203) is known color: Madras. HEX triplet: 47, 42 and 03. RGB value is (71,66,3). Sum of RGB (Red+Green+Blue) = 71+66+3=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474203 is #B8BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12107261 or 213575. OLE color: 213575.
HSL color Cylindrical-coordinate representation of color #474203: hue angle of 55.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #474203 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 3 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.72 |
| HSL | 55.59º | 0.92% | 0.15% | - |
| HSV(B) | 55.59º | 0.96% | 0.28% | - |
| XYZ | 4.56 | 5.24 | 0.86 | - |
| YUV | 60.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 3 | 0 | 0.07 | 0.96 | 0.72 | 55.59 | 0.92 | 0.15 |
| Hex | 47 | 42 | 3 | 0 | 7 | 60 | 48 | 38 | 5C | F |
| Octal | 107 | 102 | 3 | 0 | 7 | 140 | 110 | 70 | 134 | 17 |
| Binary | 1000111 | 1000010 | 11 | 0 | 111 | 1100000 | 1001000 | 111000 | 1011100 | 1111 |
Color Harmonies of #474203
Complementary color
Monochromatic Colors of #474203
Black with #474203
Text Example
Text Example
White with #474203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474203; }
p { color: rgb(71,66,3); }
H1.HeaderClassName
{
color: #474203;
}
.AnyTagClassName
{
color: #474203;
}
</style>
background-color css
<style>
a { background-color: #474203; }
a { background-color: rgb(71,66,3); }
div.DivClassName
{
background-color: #474203;
}
.BgClassName
{
background-color: #474203;
}
</style>
border-color css
<style>
span { border-color: #474203; }
span { border-color: rgb(71,66,3); }
td.TdClassName
{
border-color: #474203;
}
.TagClassName
{
border-color: #474203;
}
</style>