Shades of Madras #4A4324
Tints of Madras #4A4324
RGB
CMYK
RGB Variations
Color information
#4A4324 (or 0x4A4324) is known color: Madras. HEX triplet: 4A, 43 and 24. RGB value is (74,67,36). Sum of RGB (Red+Green+Blue) = 74+67+36=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4324 is #B5BCDB. Grayscale: #414141. Windows color (decimal): -11910364 or 2376522. OLE color: 2376522.
HSL color Cylindrical-coordinate representation of color #4A4324: hue angle of 48.95º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A4324 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 36 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.71 |
| HSL | 48.95º | 0.35% | 0.22% | - |
| HSV(B) | 48.95º | 0.51% | 0.29% | - |
| XYZ | 5.15 | 5.6 | 2.48 | - |
| YUV | 65.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 36 | 0 | 0.09 | 0.51 | 0.71 | 48.95 | 0.35 | 0.22 |
| Hex | 4A | 43 | 24 | 0 | 9 | 33 | 47 | 31 | 23 | 16 |
| Octal | 112 | 103 | 44 | 0 | 11 | 63 | 107 | 61 | 43 | 26 |
| Binary | 1001010 | 1000011 | 100100 | 0 | 1001 | 110011 | 1000111 | 110001 | 100011 | 10110 |
Color Harmonies of #4A4324
Complementary color
Monochromatic Colors of #4A4324
Black with #4A4324
Text Example
Text Example
White with #4A4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4324; }
p { color: rgb(74,67,36); }
H1.HeaderClassName
{
color: #4A4324;
}
.AnyTagClassName
{
color: #4A4324;
}
</style>
background-color css
<style>
a { background-color: #4A4324; }
a { background-color: rgb(74,67,36); }
div.DivClassName
{
background-color: #4A4324;
}
.BgClassName
{
background-color: #4A4324;
}
</style>
border-color css
<style>
span { border-color: #4A4324; }
span { border-color: rgb(74,67,36); }
td.TdClassName
{
border-color: #4A4324;
}
.TagClassName
{
border-color: #4A4324;
}
</style>