Shades of Madras #4B4122
Tints of Madras #4B4122
RGB
CMYK
RGB Variations
Color information
#4B4122 (or 0x4B4122) is known color: Madras. HEX triplet: 4B, 41 and 22. RGB value is (75,65,34). Sum of RGB (Red+Green+Blue) = 75+65+34=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4122 is #B4BEDD. Grayscale: #404040. Windows color (decimal): -11845342 or 2244939. OLE color: 2244939.
HSL color Cylindrical-coordinate representation of color #4B4122: hue angle of 45.37º 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 #4B4122 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 34 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.71 |
| HSL | 45.37º | 0.38% | 0.21% | - |
| HSV(B) | 45.37º | 0.55% | 0.29% | - |
| XYZ | 5.08 | 5.39 | 2.29 | - |
| YUV | 64.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 34 | 0 | 0.13 | 0.55 | 0.71 | 45.37 | 0.38 | 0.21 |
| Hex | 4B | 41 | 22 | 0 | D | 37 | 47 | 2D | 26 | 15 |
| Octal | 113 | 101 | 42 | 0 | 15 | 67 | 107 | 55 | 46 | 25 |
| Binary | 1001011 | 1000001 | 100010 | 0 | 1101 | 110111 | 1000111 | 101101 | 100110 | 10101 |
Color Harmonies of #4B4122
Complementary color
Monochromatic Colors of #4B4122
Black with #4B4122
Text Example
Text Example
White with #4B4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4122; }
p { color: rgb(75,65,34); }
H1.HeaderClassName
{
color: #4B4122;
}
.AnyTagClassName
{
color: #4B4122;
}
</style>
background-color css
<style>
a { background-color: #4B4122; }
a { background-color: rgb(75,65,34); }
div.DivClassName
{
background-color: #4B4122;
}
.BgClassName
{
background-color: #4B4122;
}
</style>
border-color css
<style>
span { border-color: #4B4122; }
span { border-color: rgb(75,65,34); }
td.TdClassName
{
border-color: #4B4122;
}
.TagClassName
{
border-color: #4B4122;
}
</style>