Shades of Madras #4B4112
Tints of Madras #4B4112
RGB
CMYK
RGB Variations
Color information
#4B4112 (or 0x4B4112) is known color: Madras. HEX triplet: 4B, 41 and 12. RGB value is (75,65,18). Sum of RGB (Red+Green+Blue) = 75+65+18=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4112 is #B4BEED. Grayscale: #3E3E3E. Windows color (decimal): -11845358 or 1196363. OLE color: 1196363.
HSL color Cylindrical-coordinate representation of color #4B4112: hue angle of 49.47º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B4112 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 18 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.71 |
| HSL | 49.47º | 0.61% | 0.18% | - |
| HSV(B) | 49.47º | 0.76% | 0.29% | - |
| XYZ | 4.9 | 5.32 | 1.34 | - |
| YUV | 62.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 18 | 0 | 0.13 | 0.76 | 0.71 | 49.47 | 0.61 | 0.18 |
| Hex | 4B | 41 | 12 | 0 | D | 4C | 47 | 31 | 3D | 12 |
| Octal | 113 | 101 | 22 | 0 | 15 | 114 | 107 | 61 | 75 | 22 |
| Binary | 1001011 | 1000001 | 10010 | 0 | 1101 | 1001100 | 1000111 | 110001 | 111101 | 10010 |
Color Harmonies of #4B4112
Complementary color
Monochromatic Colors of #4B4112
Black with #4B4112
Text Example
Text Example
White with #4B4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4112; }
p { color: rgb(75,65,18); }
H1.HeaderClassName
{
color: #4B4112;
}
.AnyTagClassName
{
color: #4B4112;
}
</style>
background-color css
<style>
a { background-color: #4B4112; }
a { background-color: rgb(75,65,18); }
div.DivClassName
{
background-color: #4B4112;
}
.BgClassName
{
background-color: #4B4112;
}
</style>
border-color css
<style>
span { border-color: #4B4112; }
span { border-color: rgb(75,65,18); }
td.TdClassName
{
border-color: #4B4112;
}
.TagClassName
{
border-color: #4B4112;
}
</style>