Shades of Madras #4B4619
Tints of Madras #4B4619
RGB
CMYK
RGB Variations
Color information
#4B4619 (or 0x4B4619) is known color: Madras. HEX triplet: 4B, 46 and 19. RGB value is (75,70,25). Sum of RGB (Red+Green+Blue) = 75+70+25=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4619 is #B4B9E6. Grayscale: #424242. Windows color (decimal): -11844071 or 1656395. OLE color: 1656395.
HSL color Cylindrical-coordinate representation of color #4B4619: hue angle of 54º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B4619 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 25 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.71 |
| HSL | 54º | 0.5% | 0.2% | - |
| HSV(B) | 54º | 0.67% | 0.29% | - |
| XYZ | 5.27 | 5.95 | 1.79 | - |
| YUV | 66.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 25 | 0 | 0.07 | 0.67 | 0.71 | 54 | 0.5 | 0.2 |
| Hex | 4B | 46 | 19 | 0 | 7 | 43 | 47 | 36 | 32 | 14 |
| Octal | 113 | 106 | 31 | 0 | 7 | 103 | 107 | 66 | 62 | 24 |
| Binary | 1001011 | 1000110 | 11001 | 0 | 111 | 1000011 | 1000111 | 110110 | 110010 | 10100 |
Color Harmonies of #4B4619
Complementary color
Monochromatic Colors of #4B4619
Black with #4B4619
Text Example
Text Example
White with #4B4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4619; }
p { color: rgb(75,70,25); }
H1.HeaderClassName
{
color: #4B4619;
}
.AnyTagClassName
{
color: #4B4619;
}
</style>
background-color css
<style>
a { background-color: #4B4619; }
a { background-color: rgb(75,70,25); }
div.DivClassName
{
background-color: #4B4619;
}
.BgClassName
{
background-color: #4B4619;
}
</style>
border-color css
<style>
span { border-color: #4B4619; }
span { border-color: rgb(75,70,25); }
td.TdClassName
{
border-color: #4B4619;
}
.TagClassName
{
border-color: #4B4619;
}
</style>