Shades of Madras #4B3D15
Tints of Madras #4B3D15
RGB
CMYK
RGB Variations
Color information
#4B3D15 (or 0x4B3D15) is known color: Madras. HEX triplet: 4B, 3D and 15. RGB value is (75,61,21). Sum of RGB (Red+Green+Blue) = 75+61+21=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3D15 is #B4C2EA. Grayscale: #3C3C3C. Windows color (decimal): -11846379 or 1391947. OLE color: 1391947.
HSL color Cylindrical-coordinate representation of color #4B3D15: hue angle of 44.44º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3D15 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 21 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.71 |
| HSL | 44.44º | 0.56% | 0.19% | - |
| HSV(B) | 44.44º | 0.72% | 0.29% | - |
| XYZ | 4.71 | 4.89 | 1.4 | - |
| YUV | 60.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 21 | 0 | 0.19 | 0.72 | 0.71 | 44.44 | 0.56 | 0.19 |
| Hex | 4B | 3D | 15 | 0 | 13 | 48 | 47 | 2C | 38 | 13 |
| Octal | 113 | 75 | 25 | 0 | 23 | 110 | 107 | 54 | 70 | 23 |
| Binary | 1001011 | 111101 | 10101 | 0 | 10011 | 1001000 | 1000111 | 101100 | 111000 | 10011 |
Color Harmonies of #4B3D15
Complementary color
Monochromatic Colors of #4B3D15
Black with #4B3D15
Text Example
Text Example
White with #4B3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D15; }
p { color: rgb(75,61,21); }
H1.HeaderClassName
{
color: #4B3D15;
}
.AnyTagClassName
{
color: #4B3D15;
}
</style>
background-color css
<style>
a { background-color: #4B3D15; }
a { background-color: rgb(75,61,21); }
div.DivClassName
{
background-color: #4B3D15;
}
.BgClassName
{
background-color: #4B3D15;
}
</style>
border-color css
<style>
span { border-color: #4B3D15; }
span { border-color: rgb(75,61,21); }
td.TdClassName
{
border-color: #4B3D15;
}
.TagClassName
{
border-color: #4B3D15;
}
</style>