Shades of Madras #4A471C
Tints of Madras #4A471C
RGB
CMYK
RGB Variations
Color information
#4A471C (or 0x4A471C) is known color: Madras. HEX triplet: 4A, 47 and 1C. RGB value is (74,71,28). Sum of RGB (Red+Green+Blue) = 74+71+28=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A471C is #B5B8E3. Grayscale: #434343. Windows color (decimal): -11909348 or 1853258. OLE color: 1853258.
HSL color Cylindrical-coordinate representation of color #4A471C: hue angle of 56.09º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A471C is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 28 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.71 |
| HSL | 56.09º | 0.45% | 0.2% | - |
| HSV(B) | 56.09º | 0.62% | 0.29% | - |
| XYZ | 5.29 | 6.05 | 1.99 | - |
| YUV | 67 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 28 | 0 | 0.04 | 0.62 | 0.71 | 56.09 | 0.45 | 0.2 |
| Hex | 4A | 47 | 1C | 0 | 4 | 3E | 47 | 38 | 2D | 14 |
| Octal | 112 | 107 | 34 | 0 | 4 | 76 | 107 | 70 | 55 | 24 |
| Binary | 1001010 | 1000111 | 11100 | 0 | 100 | 111110 | 1000111 | 111000 | 101101 | 10100 |
Color Harmonies of #4A471C
Complementary color
Monochromatic Colors of #4A471C
Black with #4A471C
Text Example
Text Example
White with #4A471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A471C; }
p { color: rgb(74,71,28); }
H1.HeaderClassName
{
color: #4A471C;
}
.AnyTagClassName
{
color: #4A471C;
}
</style>
background-color css
<style>
a { background-color: #4A471C; }
a { background-color: rgb(74,71,28); }
div.DivClassName
{
background-color: #4A471C;
}
.BgClassName
{
background-color: #4A471C;
}
</style>
border-color css
<style>
span { border-color: #4A471C; }
span { border-color: rgb(74,71,28); }
td.TdClassName
{
border-color: #4A471C;
}
.TagClassName
{
border-color: #4A471C;
}
</style>