Shades of Madras #4B3B16
Tints of Madras #4B3B16
RGB
CMYK
RGB Variations
Color information
#4B3B16 (or 0x4B3B16) is known color: Madras. HEX triplet: 4B, 3B and 16. RGB value is (75,59,22). Sum of RGB (Red+Green+Blue) = 75+59+22=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3B16 is #B4C4E9. Grayscale: #3B3B3B. Windows color (decimal): -11846890 or 1456971. OLE color: 1456971.
HSL color Cylindrical-coordinate representation of color #4B3B16: hue angle of 41.89º 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 #4B3B16 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 22 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.71 |
| HSL | 41.89º | 0.55% | 0.19% | - |
| HSV(B) | 41.89º | 0.71% | 0.29% | - |
| XYZ | 4.61 | 4.68 | 1.42 | - |
| YUV | 59.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 22 | 0 | 0.21 | 0.71 | 0.71 | 41.89 | 0.55 | 0.19 |
| Hex | 4B | 3B | 16 | 0 | 15 | 47 | 47 | 2A | 37 | 13 |
| Octal | 113 | 73 | 26 | 0 | 25 | 107 | 107 | 52 | 67 | 23 |
| Binary | 1001011 | 111011 | 10110 | 0 | 10101 | 1000111 | 1000111 | 101010 | 110111 | 10011 |
Color Harmonies of #4B3B16
Complementary color
Monochromatic Colors of #4B3B16
Black with #4B3B16
Text Example
Text Example
White with #4B3B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B16; }
p { color: rgb(75,59,22); }
H1.HeaderClassName
{
color: #4B3B16;
}
.AnyTagClassName
{
color: #4B3B16;
}
</style>
background-color css
<style>
a { background-color: #4B3B16; }
a { background-color: rgb(75,59,22); }
div.DivClassName
{
background-color: #4B3B16;
}
.BgClassName
{
background-color: #4B3B16;
}
</style>
border-color css
<style>
span { border-color: #4B3B16; }
span { border-color: rgb(75,59,22); }
td.TdClassName
{
border-color: #4B3B16;
}
.TagClassName
{
border-color: #4B3B16;
}
</style>