Shades of Madras #4A451B
Tints of Madras #4A451B
RGB
CMYK
RGB Variations
Color information
#4A451B (or 0x4A451B) is known color: Madras. HEX triplet: 4A, 45 and 1B. RGB value is (74,69,27). Sum of RGB (Red+Green+Blue) = 74+69+27=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A451B is #B5BAE4. Grayscale: #414141. Windows color (decimal): -11909861 or 1787210. OLE color: 1787210.
HSL color Cylindrical-coordinate representation of color #4A451B: hue angle of 53.62º 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 #4A451B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 27 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.71 |
| HSL | 53.62º | 0.47% | 0.2% | - |
| HSV(B) | 53.62º | 0.64% | 0.29% | - |
| XYZ | 5.15 | 5.79 | 1.88 | - |
| YUV | 65.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 27 | 0 | 0.07 | 0.64 | 0.71 | 53.62 | 0.47 | 0.2 |
| Hex | 4A | 45 | 1B | 0 | 7 | 40 | 47 | 36 | 2F | 14 |
| Octal | 112 | 105 | 33 | 0 | 7 | 100 | 107 | 66 | 57 | 24 |
| Binary | 1001010 | 1000101 | 11011 | 0 | 111 | 1000000 | 1000111 | 110110 | 101111 | 10100 |
Color Harmonies of #4A451B
Complementary color
Monochromatic Colors of #4A451B
Black with #4A451B
Text Example
Text Example
White with #4A451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A451B; }
p { color: rgb(74,69,27); }
H1.HeaderClassName
{
color: #4A451B;
}
.AnyTagClassName
{
color: #4A451B;
}
</style>
background-color css
<style>
a { background-color: #4A451B; }
a { background-color: rgb(74,69,27); }
div.DivClassName
{
background-color: #4A451B;
}
.BgClassName
{
background-color: #4A451B;
}
</style>
border-color css
<style>
span { border-color: #4A451B; }
span { border-color: rgb(74,69,27); }
td.TdClassName
{
border-color: #4A451B;
}
.TagClassName
{
border-color: #4A451B;
}
</style>