Shades of Madras #4B3C1D
Tints of Madras #4B3C1D
RGB
CMYK
RGB Variations
Color information
#4B3C1D (or 0x4B3C1D) is known color: Madras. HEX triplet: 4B, 3C and 1D. RGB value is (75,60,29). Sum of RGB (Red+Green+Blue) = 75+60+29=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C1D is #B4C3E2. Grayscale: #3D3D3D. Windows color (decimal): -11846627 or 1915979. OLE color: 1915979.
HSL color Cylindrical-coordinate representation of color #4B3C1D: hue angle of 40.43º 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 #4B3C1D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 29 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.71 |
| HSL | 40.43º | 0.44% | 0.2% | - |
| HSV(B) | 40.43º | 0.61% | 0.29% | - |
| XYZ | 4.74 | 4.82 | 1.84 | - |
| YUV | 60.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 29 | 0 | 0.20 | 0.61 | 0.71 | 40.43 | 0.44 | 0.2 |
| Hex | 4B | 3C | 1D | 0 | 14 | 3D | 47 | 28 | 2C | 14 |
| Octal | 113 | 74 | 35 | 0 | 24 | 75 | 107 | 50 | 54 | 24 |
| Binary | 1001011 | 111100 | 11101 | 0 | 10100 | 111101 | 1000111 | 101000 | 101100 | 10100 |
Color Harmonies of #4B3C1D
Complementary color
Monochromatic Colors of #4B3C1D
Black with #4B3C1D
Text Example
Text Example
White with #4B3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C1D; }
p { color: rgb(75,60,29); }
H1.HeaderClassName
{
color: #4B3C1D;
}
.AnyTagClassName
{
color: #4B3C1D;
}
</style>
background-color css
<style>
a { background-color: #4B3C1D; }
a { background-color: rgb(75,60,29); }
div.DivClassName
{
background-color: #4B3C1D;
}
.BgClassName
{
background-color: #4B3C1D;
}
</style>
border-color css
<style>
span { border-color: #4B3C1D; }
span { border-color: rgb(75,60,29); }
td.TdClassName
{
border-color: #4B3C1D;
}
.TagClassName
{
border-color: #4B3C1D;
}
</style>