Shades of Madras #4B4413
Tints of Madras #4B4413
RGB
CMYK
RGB Variations
Color information
#4B4413 (or 0x4B4413) is known color: Madras. HEX triplet: 4B, 44 and 13. RGB value is (75,68,19). Sum of RGB (Red+Green+Blue) = 75+68+19=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4413 is #B4BBEC. Grayscale: #404040. Windows color (decimal): -11844589 or 1262667. OLE color: 1262667.
HSL color Cylindrical-coordinate representation of color #4B4413: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B4413 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 19 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.71 |
| HSL | 52.5º | 0.6% | 0.18% | - |
| HSV(B) | 52.5º | 0.75% | 0.29% | - |
| XYZ | 5.09 | 5.68 | 1.44 | - |
| YUV | 64.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 19 | 0 | 0.09 | 0.75 | 0.71 | 52.5 | 0.6 | 0.18 |
| Hex | 4B | 44 | 13 | 0 | 9 | 4B | 47 | 34 | 3C | 12 |
| Octal | 113 | 104 | 23 | 0 | 11 | 113 | 107 | 64 | 74 | 22 |
| Binary | 1001011 | 1000100 | 10011 | 0 | 1001 | 1001011 | 1000111 | 110100 | 111100 | 10010 |
Color Harmonies of #4B4413
Complementary color
Monochromatic Colors of #4B4413
Black with #4B4413
Text Example
Text Example
White with #4B4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4413; }
p { color: rgb(75,68,19); }
H1.HeaderClassName
{
color: #4B4413;
}
.AnyTagClassName
{
color: #4B4413;
}
</style>
background-color css
<style>
a { background-color: #4B4413; }
a { background-color: rgb(75,68,19); }
div.DivClassName
{
background-color: #4B4413;
}
.BgClassName
{
background-color: #4B4413;
}
</style>
border-color css
<style>
span { border-color: #4B4413; }
span { border-color: rgb(75,68,19); }
td.TdClassName
{
border-color: #4B4413;
}
.TagClassName
{
border-color: #4B4413;
}
</style>