Shades of Madras #4B4118
Tints of Madras #4B4118
RGB
CMYK
RGB Variations
Color information
#4B4118 (or 0x4B4118) is known color: Madras. HEX triplet: 4B, 41 and 18. RGB value is (75,65,24). Sum of RGB (Red+Green+Blue) = 75+65+24=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4118 is #B4BEE7. Grayscale: #3F3F3F. Windows color (decimal): -11845352 or 1589579. OLE color: 1589579.
HSL color Cylindrical-coordinate representation of color #4B4118: hue angle of 48.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B4118 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 24 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.71 |
| HSL | 48.24º | 0.52% | 0.19% | - |
| HSV(B) | 48.24º | 0.68% | 0.29% | - |
| XYZ | 4.96 | 5.34 | 1.63 | - |
| YUV | 63.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 24 | 0 | 0.13 | 0.68 | 0.71 | 48.24 | 0.52 | 0.19 |
| Hex | 4B | 41 | 18 | 0 | D | 44 | 47 | 30 | 34 | 13 |
| Octal | 113 | 101 | 30 | 0 | 15 | 104 | 107 | 60 | 64 | 23 |
| Binary | 1001011 | 1000001 | 11000 | 0 | 1101 | 1000100 | 1000111 | 110000 | 110100 | 10011 |
Color Harmonies of #4B4118
Complementary color
Monochromatic Colors of #4B4118
Black with #4B4118
Text Example
Text Example
White with #4B4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4118; }
p { color: rgb(75,65,24); }
H1.HeaderClassName
{
color: #4B4118;
}
.AnyTagClassName
{
color: #4B4118;
}
</style>
background-color css
<style>
a { background-color: #4B4118; }
a { background-color: rgb(75,65,24); }
div.DivClassName
{
background-color: #4B4118;
}
.BgClassName
{
background-color: #4B4118;
}
</style>
border-color css
<style>
span { border-color: #4B4118; }
span { border-color: rgb(75,65,24); }
td.TdClassName
{
border-color: #4B4118;
}
.TagClassName
{
border-color: #4B4118;
}
</style>