Shades of Madras #4A4513
Tints of Madras #4A4513
RGB
CMYK
RGB Variations
Color information
#4A4513 (or 0x4A4513) is known color: Madras. HEX triplet: 4A, 45 and 13. RGB value is (74,69,19). Sum of RGB (Red+Green+Blue) = 74+69+19=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4513 is #B5BAEC. Grayscale: #414141. Windows color (decimal): -11909869 or 1262922. OLE color: 1262922.
HSL color Cylindrical-coordinate representation of color #4A4513: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A4513 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 19 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.71 |
| HSL | 54.55º | 0.59% | 0.18% | - |
| HSV(B) | 54.55º | 0.74% | 0.29% | - |
| XYZ | 5.07 | 5.76 | 1.46 | - |
| YUV | 64.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 19 | 0 | 0.07 | 0.74 | 0.71 | 54.55 | 0.59 | 0.18 |
| Hex | 4A | 45 | 13 | 0 | 7 | 4A | 47 | 37 | 3B | 12 |
| Octal | 112 | 105 | 23 | 0 | 7 | 112 | 107 | 67 | 73 | 22 |
| Binary | 1001010 | 1000101 | 10011 | 0 | 111 | 1001010 | 1000111 | 110111 | 111011 | 10010 |
Color Harmonies of #4A4513
Complementary color
Monochromatic Colors of #4A4513
Black with #4A4513
Text Example
Text Example
White with #4A4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4513; }
p { color: rgb(74,69,19); }
H1.HeaderClassName
{
color: #4A4513;
}
.AnyTagClassName
{
color: #4A4513;
}
</style>
background-color css
<style>
a { background-color: #4A4513; }
a { background-color: rgb(74,69,19); }
div.DivClassName
{
background-color: #4A4513;
}
.BgClassName
{
background-color: #4A4513;
}
</style>
border-color css
<style>
span { border-color: #4A4513; }
span { border-color: rgb(74,69,19); }
td.TdClassName
{
border-color: #4A4513;
}
.TagClassName
{
border-color: #4A4513;
}
</style>