Shades of Madras #4A4313
Tints of Madras #4A4313
RGB
CMYK
RGB Variations
Color information
#4A4313 (or 0x4A4313) is known color: Madras. HEX triplet: 4A, 43 and 13. RGB value is (74,67,19). Sum of RGB (Red+Green+Blue) = 74+67+19=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4313 is #B5BCEC. Grayscale: #3F3F3F. Windows color (decimal): -11910381 or 1262410. OLE color: 1262410.
HSL color Cylindrical-coordinate representation of color #4A4313: hue angle of 52.36º 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 #4A4313 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 19 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.71 |
| HSL | 52.36º | 0.59% | 0.18% | - |
| HSV(B) | 52.36º | 0.74% | 0.29% | - |
| XYZ | 4.95 | 5.52 | 1.42 | - |
| YUV | 63.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 19 | 0 | 0.09 | 0.74 | 0.71 | 52.36 | 0.59 | 0.18 |
| Hex | 4A | 43 | 13 | 0 | 9 | 4A | 47 | 34 | 3B | 12 |
| Octal | 112 | 103 | 23 | 0 | 11 | 112 | 107 | 64 | 73 | 22 |
| Binary | 1001010 | 1000011 | 10011 | 0 | 1001 | 1001010 | 1000111 | 110100 | 111011 | 10010 |
Color Harmonies of #4A4313
Complementary color
Monochromatic Colors of #4A4313
Black with #4A4313
Text Example
Text Example
White with #4A4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4313; }
p { color: rgb(74,67,19); }
H1.HeaderClassName
{
color: #4A4313;
}
.AnyTagClassName
{
color: #4A4313;
}
</style>
background-color css
<style>
a { background-color: #4A4313; }
a { background-color: rgb(74,67,19); }
div.DivClassName
{
background-color: #4A4313;
}
.BgClassName
{
background-color: #4A4313;
}
</style>
border-color css
<style>
span { border-color: #4A4313; }
span { border-color: rgb(74,67,19); }
td.TdClassName
{
border-color: #4A4313;
}
.TagClassName
{
border-color: #4A4313;
}
</style>