Shades of Madras #4B4713
Tints of Madras #4B4713
RGB
CMYK
RGB Variations
Color information
#4B4713 (or 0x4B4713) is known color: Madras. HEX triplet: 4B, 47 and 13. RGB value is (75,71,19). Sum of RGB (Red+Green+Blue) = 75+71+19=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4713 is #B4B8EC. Grayscale: #424242. Windows color (decimal): -11843821 or 1263435. OLE color: 1263435.
HSL color Cylindrical-coordinate representation of color #4B4713: hue angle of 55.71º 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 #4B4713 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 19 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.71 |
| HSL | 55.71º | 0.6% | 0.18% | - |
| HSV(B) | 55.71º | 0.75% | 0.29% | - |
| XYZ | 5.27 | 6.05 | 1.51 | - |
| YUV | 66.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 19 | 0 | 0.05 | 0.75 | 0.71 | 55.71 | 0.6 | 0.18 |
| Hex | 4B | 47 | 13 | 0 | 5 | 4B | 47 | 38 | 3C | 12 |
| Octal | 113 | 107 | 23 | 0 | 5 | 113 | 107 | 70 | 74 | 22 |
| Binary | 1001011 | 1000111 | 10011 | 0 | 101 | 1001011 | 1000111 | 111000 | 111100 | 10010 |
Color Harmonies of #4B4713
Complementary color
Monochromatic Colors of #4B4713
Black with #4B4713
Text Example
Text Example
White with #4B4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4713; }
p { color: rgb(75,71,19); }
H1.HeaderClassName
{
color: #4B4713;
}
.AnyTagClassName
{
color: #4B4713;
}
</style>
background-color css
<style>
a { background-color: #4B4713; }
a { background-color: rgb(75,71,19); }
div.DivClassName
{
background-color: #4B4713;
}
.BgClassName
{
background-color: #4B4713;
}
</style>
border-color css
<style>
span { border-color: #4B4713; }
span { border-color: rgb(75,71,19); }
td.TdClassName
{
border-color: #4B4713;
}
.TagClassName
{
border-color: #4B4713;
}
</style>