Shades of Madras #4B3B1D
Tints of Madras #4B3B1D
RGB
CMYK
RGB Variations
Color information
#4B3B1D (or 0x4B3B1D) is known color: Madras. HEX triplet: 4B, 3B and 1D. RGB value is (75,59,29). Sum of RGB (Red+Green+Blue) = 75+59+29=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B1D is #B4C4E2. Grayscale: #3C3C3C. Windows color (decimal): -11846883 or 1915723. OLE color: 1915723.
HSL color Cylindrical-coordinate representation of color #4B3B1D: hue angle of 39.13º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B3B1D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 29 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.71 |
| HSL | 39.13º | 0.44% | 0.2% | - |
| HSV(B) | 39.13º | 0.61% | 0.29% | - |
| XYZ | 4.69 | 4.71 | 1.82 | - |
| YUV | 60.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 29 | 0 | 0.21 | 0.61 | 0.71 | 39.13 | 0.44 | 0.2 |
| Hex | 4B | 3B | 1D | 0 | 15 | 3D | 47 | 27 | 2C | 14 |
| Octal | 113 | 73 | 35 | 0 | 25 | 75 | 107 | 47 | 54 | 24 |
| Binary | 1001011 | 111011 | 11101 | 0 | 10101 | 111101 | 1000111 | 100111 | 101100 | 10100 |
Color Harmonies of #4B3B1D
Complementary color
Monochromatic Colors of #4B3B1D
Black with #4B3B1D
Text Example
Text Example
White with #4B3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B1D; }
p { color: rgb(75,59,29); }
H1.HeaderClassName
{
color: #4B3B1D;
}
.AnyTagClassName
{
color: #4B3B1D;
}
</style>
background-color css
<style>
a { background-color: #4B3B1D; }
a { background-color: rgb(75,59,29); }
div.DivClassName
{
background-color: #4B3B1D;
}
.BgClassName
{
background-color: #4B3B1D;
}
</style>
border-color css
<style>
span { border-color: #4B3B1D; }
span { border-color: rgb(75,59,29); }
td.TdClassName
{
border-color: #4B3B1D;
}
.TagClassName
{
border-color: #4B3B1D;
}
</style>