Shades of Madras #4B3A05
Tints of Madras #4B3A05
RGB
CMYK
RGB Variations
Color information
#4B3A05 (or 0x4B3A05) is known color: Madras. HEX triplet: 4B, 3A and 05. RGB value is (75,58,5). Sum of RGB (Red+Green+Blue) = 75+58+5=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3A05 is #B4C5FA. Grayscale: #393939. Windows color (decimal): -11847163 or 342603. OLE color: 342603.
HSL color Cylindrical-coordinate representation of color #4B3A05: hue angle of 45.43º 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 #4B3A05 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 5 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.71 |
| HSL | 45.43º | 0.88% | 0.16% | - |
| HSV(B) | 45.43º | 0.93% | 0.29% | - |
| XYZ | 4.44 | 4.53 | 0.78 | - |
| YUV | 57.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 5 | 0 | 0.23 | 0.93 | 0.71 | 45.43 | 0.88 | 0.16 |
| Hex | 4B | 3A | 5 | 0 | 17 | 5D | 47 | 2D | 58 | 10 |
| Octal | 113 | 72 | 5 | 0 | 27 | 135 | 107 | 55 | 130 | 20 |
| Binary | 1001011 | 111010 | 101 | 0 | 10111 | 1011101 | 1000111 | 101101 | 1011000 | 10000 |
Color Harmonies of #4B3A05
Complementary color
Monochromatic Colors of #4B3A05
Black with #4B3A05
Text Example
Text Example
White with #4B3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A05; }
p { color: rgb(75,58,5); }
H1.HeaderClassName
{
color: #4B3A05;
}
.AnyTagClassName
{
color: #4B3A05;
}
</style>
background-color css
<style>
a { background-color: #4B3A05; }
a { background-color: rgb(75,58,5); }
div.DivClassName
{
background-color: #4B3A05;
}
.BgClassName
{
background-color: #4B3A05;
}
</style>
border-color css
<style>
span { border-color: #4B3A05; }
span { border-color: rgb(75,58,5); }
td.TdClassName
{
border-color: #4B3A05;
}
.TagClassName
{
border-color: #4B3A05;
}
</style>