Shades of Madras #4B4221
Tints of Madras #4B4221
RGB
CMYK
RGB Variations
Color information
#4B4221 (or 0x4B4221) is known color: Madras. HEX triplet: 4B, 42 and 21. RGB value is (75,66,33). Sum of RGB (Red+Green+Blue) = 75+66+33=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4221 is #B4BDDE. Grayscale: #414141. Windows color (decimal): -11845087 or 2179659. OLE color: 2179659.
HSL color Cylindrical-coordinate representation of color #4B4221: hue angle of 47.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4221 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 33 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.71 |
| HSL | 47.14º | 0.39% | 0.21% | - |
| HSV(B) | 47.14º | 0.56% | 0.29% | - |
| XYZ | 5.12 | 5.5 | 2.23 | - |
| YUV | 64.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 33 | 0 | 0.12 | 0.56 | 0.71 | 47.14 | 0.39 | 0.21 |
| Hex | 4B | 42 | 21 | 0 | C | 38 | 47 | 2F | 27 | 15 |
| Octal | 113 | 102 | 41 | 0 | 14 | 70 | 107 | 57 | 47 | 25 |
| Binary | 1001011 | 1000010 | 100001 | 0 | 1100 | 111000 | 1000111 | 101111 | 100111 | 10101 |
Color Harmonies of #4B4221
Complementary color
Monochromatic Colors of #4B4221
Black with #4B4221
Text Example
Text Example
White with #4B4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4221; }
p { color: rgb(75,66,33); }
H1.HeaderClassName
{
color: #4B4221;
}
.AnyTagClassName
{
color: #4B4221;
}
</style>
background-color css
<style>
a { background-color: #4B4221; }
a { background-color: rgb(75,66,33); }
div.DivClassName
{
background-color: #4B4221;
}
.BgClassName
{
background-color: #4B4221;
}
</style>
border-color css
<style>
span { border-color: #4B4221; }
span { border-color: rgb(75,66,33); }
td.TdClassName
{
border-color: #4B4221;
}
.TagClassName
{
border-color: #4B4221;
}
</style>