Shades of Madras #4B4212
Tints of Madras #4B4212
RGB
CMYK
RGB Variations
Color information
#4B4212 (or 0x4B4212) is known color: Madras. HEX triplet: 4B, 42 and 12. RGB value is (75,66,18). Sum of RGB (Red+Green+Blue) = 75+66+18=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4212 is #B4BDED. Grayscale: #3F3F3F. Windows color (decimal): -11845102 or 1196619. OLE color: 1196619.
HSL color Cylindrical-coordinate representation of color #4B4212: hue angle of 50.53º 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 #4B4212 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 18 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.71 |
| HSL | 50.53º | 0.61% | 0.18% | - |
| HSV(B) | 50.53º | 0.76% | 0.29% | - |
| XYZ | 4.96 | 5.44 | 1.36 | - |
| YUV | 63.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 18 | 0 | 0.12 | 0.76 | 0.71 | 50.53 | 0.61 | 0.18 |
| Hex | 4B | 42 | 12 | 0 | C | 4C | 47 | 33 | 3D | 12 |
| Octal | 113 | 102 | 22 | 0 | 14 | 114 | 107 | 63 | 75 | 22 |
| Binary | 1001011 | 1000010 | 10010 | 0 | 1100 | 1001100 | 1000111 | 110011 | 111101 | 10010 |
Color Harmonies of #4B4212
Complementary color
Monochromatic Colors of #4B4212
Black with #4B4212
Text Example
Text Example
White with #4B4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4212; }
p { color: rgb(75,66,18); }
H1.HeaderClassName
{
color: #4B4212;
}
.AnyTagClassName
{
color: #4B4212;
}
</style>
background-color css
<style>
a { background-color: #4B4212; }
a { background-color: rgb(75,66,18); }
div.DivClassName
{
background-color: #4B4212;
}
.BgClassName
{
background-color: #4B4212;
}
</style>
border-color css
<style>
span { border-color: #4B4212; }
span { border-color: rgb(75,66,18); }
td.TdClassName
{
border-color: #4B4212;
}
.TagClassName
{
border-color: #4B4212;
}
</style>