Shades of Madras #4A421C
Tints of Madras #4A421C
RGB
CMYK
RGB Variations
Color information
#4A421C (or 0x4A421C) is known color: Madras. HEX triplet: 4A, 42 and 1C. RGB value is (74,66,28). Sum of RGB (Red+Green+Blue) = 74+66+28=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A421C is #B5BDE3. Grayscale: #404040. Windows color (decimal): -11910628 or 1851978. OLE color: 1851978.
HSL color Cylindrical-coordinate representation of color #4A421C: hue angle of 49.57º 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 #4A421C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 28 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.71 |
| HSL | 49.57º | 0.45% | 0.2% | - |
| HSV(B) | 49.57º | 0.62% | 0.29% | - |
| XYZ | 4.98 | 5.44 | 1.89 | - |
| YUV | 64.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 28 | 0 | 0.11 | 0.62 | 0.71 | 49.57 | 0.45 | 0.2 |
| Hex | 4A | 42 | 1C | 0 | B | 3E | 47 | 32 | 2D | 14 |
| Octal | 112 | 102 | 34 | 0 | 13 | 76 | 107 | 62 | 55 | 24 |
| Binary | 1001010 | 1000010 | 11100 | 0 | 1011 | 111110 | 1000111 | 110010 | 101101 | 10100 |
Color Harmonies of #4A421C
Complementary color
Monochromatic Colors of #4A421C
Black with #4A421C
Text Example
Text Example
White with #4A421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A421C; }
p { color: rgb(74,66,28); }
H1.HeaderClassName
{
color: #4A421C;
}
.AnyTagClassName
{
color: #4A421C;
}
</style>
background-color css
<style>
a { background-color: #4A421C; }
a { background-color: rgb(74,66,28); }
div.DivClassName
{
background-color: #4A421C;
}
.BgClassName
{
background-color: #4A421C;
}
</style>
border-color css
<style>
span { border-color: #4A421C; }
span { border-color: rgb(74,66,28); }
td.TdClassName
{
border-color: #4A421C;
}
.TagClassName
{
border-color: #4A421C;
}
</style>