Shades of Madras #474123
Tints of Madras #474123
RGB
CMYK
RGB Variations
Color information
#474123 (or 0x474123) is known color: Madras. HEX triplet: 47, 41 and 23. RGB value is (71,65,35). Sum of RGB (Red+Green+Blue) = 71+65+35=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #474123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474123 is #B8BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12107485 or 2310471. OLE color: 2310471.
HSL color Cylindrical-coordinate representation of color #474123: hue angle of 50º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474123 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 35 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.72 |
| HSL | 50º | 0.34% | 0.21% | - |
| HSV(B) | 50º | 0.51% | 0.28% | - |
| XYZ | 4.79 | 5.24 | 2.35 | - |
| YUV | 63.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 35 | 0 | 0.08 | 0.51 | 0.72 | 50 | 0.34 | 0.21 |
| Hex | 47 | 41 | 23 | 0 | 8 | 33 | 48 | 32 | 22 | 15 |
| Octal | 107 | 101 | 43 | 0 | 10 | 63 | 110 | 62 | 42 | 25 |
| Binary | 1000111 | 1000001 | 100011 | 0 | 1000 | 110011 | 1001000 | 110010 | 100010 | 10101 |
Color Harmonies of #474123
Complementary color
Monochromatic Colors of #474123
Black with #474123
Text Example
Text Example
White with #474123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474123; }
p { color: rgb(71,65,35); }
H1.HeaderClassName
{
color: #474123;
}
.AnyTagClassName
{
color: #474123;
}
</style>
background-color css
<style>
a { background-color: #474123; }
a { background-color: rgb(71,65,35); }
div.DivClassName
{
background-color: #474123;
}
.BgClassName
{
background-color: #474123;
}
</style>
border-color css
<style>
span { border-color: #474123; }
span { border-color: rgb(71,65,35); }
td.TdClassName
{
border-color: #474123;
}
.TagClassName
{
border-color: #474123;
}
</style>