Shades of Madras #4B4024
Tints of Madras #4B4024
RGB
CMYK
RGB Variations
Color information
#4B4024 (or 0x4B4024) is known color: Madras. HEX triplet: 4B, 40 and 24. RGB value is (75,64,36). Sum of RGB (Red+Green+Blue) = 75+64+36=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4024 is #B4BFDB. Grayscale: #404040. Windows color (decimal): -11845596 or 2375755. OLE color: 2375755.
HSL color Cylindrical-coordinate representation of color #4B4024: hue angle of 43.08º 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 #4B4024 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 36 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.71 |
| HSL | 43.08º | 0.35% | 0.22% | - |
| HSV(B) | 43.08º | 0.52% | 0.29% | - |
| XYZ | 5.05 | 5.29 | 2.42 | - |
| YUV | 64.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 36 | 0 | 0.15 | 0.52 | 0.71 | 43.08 | 0.35 | 0.22 |
| Hex | 4B | 40 | 24 | 0 | F | 34 | 47 | 2B | 23 | 16 |
| Octal | 113 | 100 | 44 | 0 | 17 | 64 | 107 | 53 | 43 | 26 |
| Binary | 1001011 | 1000000 | 100100 | 0 | 1111 | 110100 | 1000111 | 101011 | 100011 | 10110 |
Color Harmonies of #4B4024
Complementary color
Monochromatic Colors of #4B4024
Black with #4B4024
Text Example
Text Example
White with #4B4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4024; }
p { color: rgb(75,64,36); }
H1.HeaderClassName
{
color: #4B4024;
}
.AnyTagClassName
{
color: #4B4024;
}
</style>
background-color css
<style>
a { background-color: #4B4024; }
a { background-color: rgb(75,64,36); }
div.DivClassName
{
background-color: #4B4024;
}
.BgClassName
{
background-color: #4B4024;
}
</style>
border-color css
<style>
span { border-color: #4B4024; }
span { border-color: rgb(75,64,36); }
td.TdClassName
{
border-color: #4B4024;
}
.TagClassName
{
border-color: #4B4024;
}
</style>