Shades of Madras #4A3D1C
Tints of Madras #4A3D1C
RGB
CMYK
RGB Variations
Color information
#4A3D1C (or 0x4A3D1C) is known color: Madras. HEX triplet: 4A, 3D and 1C. RGB value is (74,61,28). Sum of RGB (Red+Green+Blue) = 74+61+28=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D1C is #B5C2E3. Grayscale: #3D3D3D. Windows color (decimal): -11911908 or 1850698. OLE color: 1850698.
HSL color Cylindrical-coordinate representation of color #4A3D1C: hue angle of 43.04º 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 #4A3D1C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 61 | 28 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.71 |
| HSL | 43.04º | 0.45% | 0.2% | - |
| HSV(B) | 43.04º | 0.62% | 0.29% | - |
| XYZ | 4.7 | 4.88 | 1.79 | - |
| YUV | 61.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 28 | 0 | 0.18 | 0.62 | 0.71 | 43.04 | 0.45 | 0.2 |
| Hex | 4A | 3D | 1C | 0 | 12 | 3E | 47 | 2B | 2D | 14 |
| Octal | 112 | 75 | 34 | 0 | 22 | 76 | 107 | 53 | 55 | 24 |
| Binary | 1001010 | 111101 | 11100 | 0 | 10010 | 111110 | 1000111 | 101011 | 101101 | 10100 |
Color Harmonies of #4A3D1C
Complementary color
Monochromatic Colors of #4A3D1C
Black with #4A3D1C
Text Example
Text Example
White with #4A3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D1C; }
p { color: rgb(74,61,28); }
H1.HeaderClassName
{
color: #4A3D1C;
}
.AnyTagClassName
{
color: #4A3D1C;
}
</style>
background-color css
<style>
a { background-color: #4A3D1C; }
a { background-color: rgb(74,61,28); }
div.DivClassName
{
background-color: #4A3D1C;
}
.BgClassName
{
background-color: #4A3D1C;
}
</style>
border-color css
<style>
span { border-color: #4A3D1C; }
span { border-color: rgb(74,61,28); }
td.TdClassName
{
border-color: #4A3D1C;
}
.TagClassName
{
border-color: #4A3D1C;
}
</style>