Shades of Madras #4A460F
Tints of Madras #4A460F
RGB
CMYK
RGB Variations
Color information
#4A460F (or 0x4A460F) is known color: Madras. HEX triplet: 4A, 46 and 0F. RGB value is (74,70,15). Sum of RGB (Red+Green+Blue) = 74+70+15=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A460F is #B5B9F0. Grayscale: #414141. Windows color (decimal): -11909617 or 1001034. OLE color: 1001034.
HSL color Cylindrical-coordinate representation of color #4A460F: hue angle of 55.93º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A460F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 15 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.71 |
| HSL | 55.93º | 0.66% | 0.17% | - |
| HSV(B) | 55.93º | 0.8% | 0.29% | - |
| XYZ | 5.1 | 5.87 | 1.32 | - |
| YUV | 64.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 15 | 0 | 0.05 | 0.80 | 0.71 | 55.93 | 0.66 | 0.17 |
| Hex | 4A | 46 | F | 0 | 5 | 50 | 47 | 38 | 42 | 11 |
| Octal | 112 | 106 | 17 | 0 | 5 | 120 | 107 | 70 | 102 | 21 |
| Binary | 1001010 | 1000110 | 1111 | 0 | 101 | 1010000 | 1000111 | 111000 | 1000010 | 10001 |
Color Harmonies of #4A460F
Complementary color
Monochromatic Colors of #4A460F
Black with #4A460F
Text Example
Text Example
White with #4A460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A460F; }
p { color: rgb(74,70,15); }
H1.HeaderClassName
{
color: #4A460F;
}
.AnyTagClassName
{
color: #4A460F;
}
</style>
background-color css
<style>
a { background-color: #4A460F; }
a { background-color: rgb(74,70,15); }
div.DivClassName
{
background-color: #4A460F;
}
.BgClassName
{
background-color: #4A460F;
}
</style>
border-color css
<style>
span { border-color: #4A460F; }
span { border-color: rgb(74,70,15); }
td.TdClassName
{
border-color: #4A460F;
}
.TagClassName
{
border-color: #4A460F;
}
</style>