Shades of Madras #4A431B
Tints of Madras #4A431B
RGB
CMYK
RGB Variations
Color information
#4A431B (or 0x4A431B) is known color: Madras. HEX triplet: 4A, 43 and 1B. RGB value is (74,67,27). Sum of RGB (Red+Green+Blue) = 74+67+27=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A431B is #B5BCE4. Grayscale: #404040. Windows color (decimal): -11910373 or 1786698. OLE color: 1786698.
HSL color Cylindrical-coordinate representation of color #4A431B: hue angle of 51.06º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A431B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 27 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.71 |
| HSL | 51.06º | 0.47% | 0.2% | - |
| HSV(B) | 51.06º | 0.64% | 0.29% | - |
| XYZ | 5.03 | 5.55 | 1.84 | - |
| YUV | 64.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 27 | 0 | 0.09 | 0.64 | 0.71 | 51.06 | 0.47 | 0.2 |
| Hex | 4A | 43 | 1B | 0 | 9 | 40 | 47 | 33 | 2F | 14 |
| Octal | 112 | 103 | 33 | 0 | 11 | 100 | 107 | 63 | 57 | 24 |
| Binary | 1001010 | 1000011 | 11011 | 0 | 1001 | 1000000 | 1000111 | 110011 | 101111 | 10100 |
Color Harmonies of #4A431B
Complementary color
Monochromatic Colors of #4A431B
Black with #4A431B
Text Example
Text Example
White with #4A431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A431B; }
p { color: rgb(74,67,27); }
H1.HeaderClassName
{
color: #4A431B;
}
.AnyTagClassName
{
color: #4A431B;
}
</style>
background-color css
<style>
a { background-color: #4A431B; }
a { background-color: rgb(74,67,27); }
div.DivClassName
{
background-color: #4A431B;
}
.BgClassName
{
background-color: #4A431B;
}
</style>
border-color css
<style>
span { border-color: #4A431B; }
span { border-color: rgb(74,67,27); }
td.TdClassName
{
border-color: #4A431B;
}
.TagClassName
{
border-color: #4A431B;
}
</style>