Shades of Madras #4B3E16
Tints of Madras #4B3E16
RGB
CMYK
RGB Variations
Color information
#4B3E16 (or 0x4B3E16) is known color: Madras. HEX triplet: 4B, 3E and 16. RGB value is (75,62,22). Sum of RGB (Red+Green+Blue) = 75+62+22=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E16 is #B4C1E9. Grayscale: #3D3D3D. Windows color (decimal): -11846122 or 1457739. OLE color: 1457739.
HSL color Cylindrical-coordinate representation of color #4B3E16: hue angle of 45.28º 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 #4B3E16 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 22 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.71 |
| HSL | 45.28º | 0.55% | 0.19% | - |
| HSV(B) | 45.28º | 0.71% | 0.29% | - |
| XYZ | 4.77 | 5 | 1.47 | - |
| YUV | 61.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 22 | 0 | 0.17 | 0.71 | 0.71 | 45.28 | 0.55 | 0.19 |
| Hex | 4B | 3E | 16 | 0 | 11 | 47 | 47 | 2D | 37 | 13 |
| Octal | 113 | 76 | 26 | 0 | 21 | 107 | 107 | 55 | 67 | 23 |
| Binary | 1001011 | 111110 | 10110 | 0 | 10001 | 1000111 | 1000111 | 101101 | 110111 | 10011 |
Color Harmonies of #4B3E16
Complementary color
Monochromatic Colors of #4B3E16
Black with #4B3E16
Text Example
Text Example
White with #4B3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E16; }
p { color: rgb(75,62,22); }
H1.HeaderClassName
{
color: #4B3E16;
}
.AnyTagClassName
{
color: #4B3E16;
}
</style>
background-color css
<style>
a { background-color: #4B3E16; }
a { background-color: rgb(75,62,22); }
div.DivClassName
{
background-color: #4B3E16;
}
.BgClassName
{
background-color: #4B3E16;
}
</style>
border-color css
<style>
span { border-color: #4B3E16; }
span { border-color: rgb(75,62,22); }
td.TdClassName
{
border-color: #4B3E16;
}
.TagClassName
{
border-color: #4B3E16;
}
</style>