Shades of Madras #4B4305
Tints of Madras #4B4305
RGB
CMYK
RGB Variations
Color information
#4B4305 (or 0x4B4305) is known color: Madras. HEX triplet: 4B, 43 and 05. RGB value is (75,67,5). Sum of RGB (Red+Green+Blue) = 75+67+5=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4305 is #B4BCFA. Grayscale: #3E3E3E. Windows color (decimal): -11844859 or 344907. OLE color: 344907.
HSL color Cylindrical-coordinate representation of color #4B4305: hue angle of 53.14º 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 #4B4305 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 5 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.71 |
| HSL | 53.14º | 0.88% | 0.16% | - |
| HSV(B) | 53.14º | 0.93% | 0.29% | - |
| XYZ | 4.94 | 5.52 | 0.95 | - |
| YUV | 62.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 5 | 0 | 0.11 | 0.93 | 0.71 | 53.14 | 0.88 | 0.16 |
| Hex | 4B | 43 | 5 | 0 | B | 5D | 47 | 35 | 58 | 10 |
| Octal | 113 | 103 | 5 | 0 | 13 | 135 | 107 | 65 | 130 | 20 |
| Binary | 1001011 | 1000011 | 101 | 0 | 1011 | 1011101 | 1000111 | 110101 | 1011000 | 10000 |
Color Harmonies of #4B4305
Complementary color
Monochromatic Colors of #4B4305
Black with #4B4305
Text Example
Text Example
White with #4B4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4305; }
p { color: rgb(75,67,5); }
H1.HeaderClassName
{
color: #4B4305;
}
.AnyTagClassName
{
color: #4B4305;
}
</style>
background-color css
<style>
a { background-color: #4B4305; }
a { background-color: rgb(75,67,5); }
div.DivClassName
{
background-color: #4B4305;
}
.BgClassName
{
background-color: #4B4305;
}
</style>
border-color css
<style>
span { border-color: #4B4305; }
span { border-color: rgb(75,67,5); }
td.TdClassName
{
border-color: #4B4305;
}
.TagClassName
{
border-color: #4B4305;
}
</style>