Shades of Madras #4B3C22
Tints of Madras #4B3C22
RGB
CMYK
RGB Variations
Color information
#4B3C22 (or 0x4B3C22) is known color: Madras. HEX triplet: 4B, 3C and 22. RGB value is (75,60,34). Sum of RGB (Red+Green+Blue) = 75+60+34=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C22 is #B4C3DD. Grayscale: #3D3D3D. Windows color (decimal): -11846622 or 2243659. OLE color: 2243659.
HSL color Cylindrical-coordinate representation of color #4B3C22: hue angle of 38.05º 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 #4B3C22 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 34 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.71 |
| HSL | 38.05º | 0.38% | 0.21% | - |
| HSV(B) | 38.05º | 0.55% | 0.29% | - |
| XYZ | 4.81 | 4.84 | 2.19 | - |
| YUV | 61.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 34 | 0 | 0.20 | 0.55 | 0.71 | 38.05 | 0.38 | 0.21 |
| Hex | 4B | 3C | 22 | 0 | 14 | 37 | 47 | 26 | 26 | 15 |
| Octal | 113 | 74 | 42 | 0 | 24 | 67 | 107 | 46 | 46 | 25 |
| Binary | 1001011 | 111100 | 100010 | 0 | 10100 | 110111 | 1000111 | 100110 | 100110 | 10101 |
Color Harmonies of #4B3C22
Complementary color
Monochromatic Colors of #4B3C22
Black with #4B3C22
Text Example
Text Example
White with #4B3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C22; }
p { color: rgb(75,60,34); }
H1.HeaderClassName
{
color: #4B3C22;
}
.AnyTagClassName
{
color: #4B3C22;
}
</style>
background-color css
<style>
a { background-color: #4B3C22; }
a { background-color: rgb(75,60,34); }
div.DivClassName
{
background-color: #4B3C22;
}
.BgClassName
{
background-color: #4B3C22;
}
</style>
border-color css
<style>
span { border-color: #4B3C22; }
span { border-color: rgb(75,60,34); }
td.TdClassName
{
border-color: #4B3C22;
}
.TagClassName
{
border-color: #4B3C22;
}
</style>