Shades of Madras #4B420E
Tints of Madras #4B420E
RGB
CMYK
RGB Variations
Color information
#4B420E (or 0x4B420E) is known color: Madras. HEX triplet: 4B, 42 and 0E. RGB value is (75,66,14). Sum of RGB (Red+Green+Blue) = 75+66+14=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B420E is #B4BDF1. Grayscale: #3E3E3E. Windows color (decimal): -11845106 or 934475. OLE color: 934475.
HSL color Cylindrical-coordinate representation of color #4B420E: hue angle of 51.15º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B420E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 14 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.71 |
| HSL | 51.15º | 0.69% | 0.17% | - |
| HSV(B) | 51.15º | 0.81% | 0.29% | - |
| XYZ | 4.93 | 5.42 | 1.2 | - |
| YUV | 62.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 14 | 0 | 0.12 | 0.81 | 0.71 | 51.15 | 0.69 | 0.17 |
| Hex | 4B | 42 | E | 0 | C | 51 | 47 | 33 | 45 | 11 |
| Octal | 113 | 102 | 16 | 0 | 14 | 121 | 107 | 63 | 105 | 21 |
| Binary | 1001011 | 1000010 | 1110 | 0 | 1100 | 1010001 | 1000111 | 110011 | 1000101 | 10001 |
Color Harmonies of #4B420E
Complementary color
Monochromatic Colors of #4B420E
Black with #4B420E
Text Example
Text Example
White with #4B420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B420E; }
p { color: rgb(75,66,14); }
H1.HeaderClassName
{
color: #4B420E;
}
.AnyTagClassName
{
color: #4B420E;
}
</style>
background-color css
<style>
a { background-color: #4B420E; }
a { background-color: rgb(75,66,14); }
div.DivClassName
{
background-color: #4B420E;
}
.BgClassName
{
background-color: #4B420E;
}
</style>
border-color css
<style>
span { border-color: #4B420E; }
span { border-color: rgb(75,66,14); }
td.TdClassName
{
border-color: #4B420E;
}
.TagClassName
{
border-color: #4B420E;
}
</style>