Shades of Madras #4B4222
Tints of Madras #4B4222
RGB
CMYK
RGB Variations
Color information
#4B4222 (or 0x4B4222) is known color: Madras. HEX triplet: 4B, 42 and 22. RGB value is (75,66,34). Sum of RGB (Red+Green+Blue) = 75+66+34=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4222 is #B4BDDD. Grayscale: #414141. Windows color (decimal): -11845086 or 2245195. OLE color: 2245195.
HSL color Cylindrical-coordinate representation of color #4B4222: hue angle of 46.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B4222 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 34 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.71 |
| HSL | 46.83º | 0.38% | 0.21% | - |
| HSV(B) | 46.83º | 0.55% | 0.29% | - |
| XYZ | 5.14 | 5.51 | 2.31 | - |
| YUV | 65.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 34 | 0 | 0.12 | 0.55 | 0.71 | 46.83 | 0.38 | 0.21 |
| Hex | 4B | 42 | 22 | 0 | C | 37 | 47 | 2F | 26 | 15 |
| Octal | 113 | 102 | 42 | 0 | 14 | 67 | 107 | 57 | 46 | 25 |
| Binary | 1001011 | 1000010 | 100010 | 0 | 1100 | 110111 | 1000111 | 101111 | 100110 | 10101 |
Color Harmonies of #4B4222
Complementary color
Monochromatic Colors of #4B4222
Black with #4B4222
Text Example
Text Example
White with #4B4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4222; }
p { color: rgb(75,66,34); }
H1.HeaderClassName
{
color: #4B4222;
}
.AnyTagClassName
{
color: #4B4222;
}
</style>
background-color css
<style>
a { background-color: #4B4222; }
a { background-color: rgb(75,66,34); }
div.DivClassName
{
background-color: #4B4222;
}
.BgClassName
{
background-color: #4B4222;
}
</style>
border-color css
<style>
span { border-color: #4B4222; }
span { border-color: rgb(75,66,34); }
td.TdClassName
{
border-color: #4B4222;
}
.TagClassName
{
border-color: #4B4222;
}
</style>