Shades of Madras #4B4213
Tints of Madras #4B4213
RGB
CMYK
RGB Variations
Color information
#4B4213 (or 0x4B4213) is known color: Madras. HEX triplet: 4B, 42 and 13. RGB value is (75,66,19). Sum of RGB (Red+Green+Blue) = 75+66+19=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4213 is #B4BDEC. Grayscale: #3F3F3F. Windows color (decimal): -11845101 or 1262155. OLE color: 1262155.
HSL color Cylindrical-coordinate representation of color #4B4213: hue angle of 50.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B4213 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 19 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.71 |
| HSL | 50.36º | 0.6% | 0.18% | - |
| HSV(B) | 50.36º | 0.75% | 0.29% | - |
| XYZ | 4.97 | 5.44 | 1.4 | - |
| YUV | 63.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 19 | 0 | 0.12 | 0.75 | 0.71 | 50.36 | 0.6 | 0.18 |
| Hex | 4B | 42 | 13 | 0 | C | 4B | 47 | 32 | 3C | 12 |
| Octal | 113 | 102 | 23 | 0 | 14 | 113 | 107 | 62 | 74 | 22 |
| Binary | 1001011 | 1000010 | 10011 | 0 | 1100 | 1001011 | 1000111 | 110010 | 111100 | 10010 |
Color Harmonies of #4B4213
Complementary color
Monochromatic Colors of #4B4213
Black with #4B4213
Text Example
Text Example
White with #4B4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4213; }
p { color: rgb(75,66,19); }
H1.HeaderClassName
{
color: #4B4213;
}
.AnyTagClassName
{
color: #4B4213;
}
</style>
background-color css
<style>
a { background-color: #4B4213; }
a { background-color: rgb(75,66,19); }
div.DivClassName
{
background-color: #4B4213;
}
.BgClassName
{
background-color: #4B4213;
}
</style>
border-color css
<style>
span { border-color: #4B4213; }
span { border-color: rgb(75,66,19); }
td.TdClassName
{
border-color: #4B4213;
}
.TagClassName
{
border-color: #4B4213;
}
</style>