Shades of Madras #4B4220
Tints of Madras #4B4220
RGB
CMYK
RGB Variations
Color information
#4B4220 (or 0x4B4220) is known color: Madras. HEX triplet: 4B, 42 and 20. RGB value is (75,66,32). Sum of RGB (Red+Green+Blue) = 75+66+32=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4220 is #B4BDDF. Grayscale: #404040. Windows color (decimal): -11845088 or 2114123. OLE color: 2114123.
HSL color Cylindrical-coordinate representation of color #4B4220: hue angle of 47.44º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4220 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 32 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.71 |
| HSL | 47.44º | 0.4% | 0.21% | - |
| HSV(B) | 47.44º | 0.57% | 0.29% | - |
| XYZ | 5.11 | 5.5 | 2.16 | - |
| YUV | 64.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 32 | 0 | 0.12 | 0.57 | 0.71 | 47.44 | 0.4 | 0.21 |
| Hex | 4B | 42 | 20 | 0 | C | 39 | 47 | 2F | 28 | 15 |
| Octal | 113 | 102 | 40 | 0 | 14 | 71 | 107 | 57 | 50 | 25 |
| Binary | 1001011 | 1000010 | 100000 | 0 | 1100 | 111001 | 1000111 | 101111 | 101000 | 10101 |
Color Harmonies of #4B4220
Complementary color
Monochromatic Colors of #4B4220
Black with #4B4220
Text Example
Text Example
White with #4B4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4220; }
p { color: rgb(75,66,32); }
H1.HeaderClassName
{
color: #4B4220;
}
.AnyTagClassName
{
color: #4B4220;
}
</style>
background-color css
<style>
a { background-color: #4B4220; }
a { background-color: rgb(75,66,32); }
div.DivClassName
{
background-color: #4B4220;
}
.BgClassName
{
background-color: #4B4220;
}
</style>
border-color css
<style>
span { border-color: #4B4220; }
span { border-color: rgb(75,66,32); }
td.TdClassName
{
border-color: #4B4220;
}
.TagClassName
{
border-color: #4B4220;
}
</style>