Shades of Madras #4B3D05
Tints of Madras #4B3D05
RGB
CMYK
RGB Variations
Color information
#4B3D05 (or 0x4B3D05) is known color: Madras. HEX triplet: 4B, 3D and 05. RGB value is (75,61,5). Sum of RGB (Red+Green+Blue) = 75+61+5=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3D05 is #B4C2FA. Grayscale: #3B3B3B. Windows color (decimal): -11846395 or 343371. OLE color: 343371.
HSL color Cylindrical-coordinate representation of color #4B3D05: hue angle of 48º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B3D05 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 5 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.71 |
| HSL | 48º | 0.88% | 0.16% | - |
| HSV(B) | 48º | 0.93% | 0.29% | - |
| XYZ | 4.6 | 4.84 | 0.84 | - |
| YUV | 58.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 5 | 0 | 0.19 | 0.93 | 0.71 | 48 | 0.88 | 0.16 |
| Hex | 4B | 3D | 5 | 0 | 13 | 5D | 47 | 30 | 58 | 10 |
| Octal | 113 | 75 | 5 | 0 | 23 | 135 | 107 | 60 | 130 | 20 |
| Binary | 1001011 | 111101 | 101 | 0 | 10011 | 1011101 | 1000111 | 110000 | 1011000 | 10000 |
Color Harmonies of #4B3D05
Complementary color
Monochromatic Colors of #4B3D05
Black with #4B3D05
Text Example
Text Example
White with #4B3D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D05; }
p { color: rgb(75,61,5); }
H1.HeaderClassName
{
color: #4B3D05;
}
.AnyTagClassName
{
color: #4B3D05;
}
</style>
background-color css
<style>
a { background-color: #4B3D05; }
a { background-color: rgb(75,61,5); }
div.DivClassName
{
background-color: #4B3D05;
}
.BgClassName
{
background-color: #4B3D05;
}
</style>
border-color css
<style>
span { border-color: #4B3D05; }
span { border-color: rgb(75,61,5); }
td.TdClassName
{
border-color: #4B3D05;
}
.TagClassName
{
border-color: #4B3D05;
}
</style>