Shades of Madras #4B4424
Tints of Madras #4B4424
RGB
CMYK
RGB Variations
Color information
#4B4424 (or 0x4B4424) is known color: Madras. HEX triplet: 4B, 44 and 24. RGB value is (75,68,36). Sum of RGB (Red+Green+Blue) = 75+68+36=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4424 is #B4BBDB. Grayscale: #424242. Windows color (decimal): -11844572 or 2376779. OLE color: 2376779.
HSL color Cylindrical-coordinate representation of color #4B4424: hue angle of 49.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4424 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 36 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.71 |
| HSL | 49.23º | 0.35% | 0.22% | - |
| HSV(B) | 49.23º | 0.52% | 0.29% | - |
| XYZ | 5.29 | 5.76 | 2.5 | - |
| YUV | 66.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 36 | 0 | 0.09 | 0.52 | 0.71 | 49.23 | 0.35 | 0.22 |
| Hex | 4B | 44 | 24 | 0 | 9 | 34 | 47 | 31 | 23 | 16 |
| Octal | 113 | 104 | 44 | 0 | 11 | 64 | 107 | 61 | 43 | 26 |
| Binary | 1001011 | 1000100 | 100100 | 0 | 1001 | 110100 | 1000111 | 110001 | 100011 | 10110 |
Color Harmonies of #4B4424
Complementary color
Monochromatic Colors of #4B4424
Black with #4B4424
Text Example
Text Example
White with #4B4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4424; }
p { color: rgb(75,68,36); }
H1.HeaderClassName
{
color: #4B4424;
}
.AnyTagClassName
{
color: #4B4424;
}
</style>
background-color css
<style>
a { background-color: #4B4424; }
a { background-color: rgb(75,68,36); }
div.DivClassName
{
background-color: #4B4424;
}
.BgClassName
{
background-color: #4B4424;
}
</style>
border-color css
<style>
span { border-color: #4B4424; }
span { border-color: rgb(75,68,36); }
td.TdClassName
{
border-color: #4B4424;
}
.TagClassName
{
border-color: #4B4424;
}
</style>