Shades of Madras #4B4716
Tints of Madras #4B4716
RGB
CMYK
RGB Variations
Color information
#4B4716 (or 0x4B4716) is known color: Madras. HEX triplet: 4B, 47 and 16. RGB value is (75,71,22). Sum of RGB (Red+Green+Blue) = 75+71+22=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4716 is #B4B8E9. Grayscale: #424242. Windows color (decimal): -11843818 or 1460043. OLE color: 1460043.
HSL color Cylindrical-coordinate representation of color #4B4716: hue angle of 55.47º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B4716 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 22 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.71 |
| HSL | 55.47º | 0.55% | 0.19% | - |
| HSV(B) | 55.47º | 0.71% | 0.29% | - |
| XYZ | 5.3 | 6.06 | 1.65 | - |
| YUV | 66.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 22 | 0 | 0.05 | 0.71 | 0.71 | 55.47 | 0.55 | 0.19 |
| Hex | 4B | 47 | 16 | 0 | 5 | 47 | 47 | 37 | 37 | 13 |
| Octal | 113 | 107 | 26 | 0 | 5 | 107 | 107 | 67 | 67 | 23 |
| Binary | 1001011 | 1000111 | 10110 | 0 | 101 | 1000111 | 1000111 | 110111 | 110111 | 10011 |
Color Harmonies of #4B4716
Complementary color
Monochromatic Colors of #4B4716
Black with #4B4716
Text Example
Text Example
White with #4B4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4716; }
p { color: rgb(75,71,22); }
H1.HeaderClassName
{
color: #4B4716;
}
.AnyTagClassName
{
color: #4B4716;
}
</style>
background-color css
<style>
a { background-color: #4B4716; }
a { background-color: rgb(75,71,22); }
div.DivClassName
{
background-color: #4B4716;
}
.BgClassName
{
background-color: #4B4716;
}
</style>
border-color css
<style>
span { border-color: #4B4716; }
span { border-color: rgb(75,71,22); }
td.TdClassName
{
border-color: #4B4716;
}
.TagClassName
{
border-color: #4B4716;
}
</style>