Shades of Madras #4B3E21
Tints of Madras #4B3E21
RGB
CMYK
RGB Variations
Color information
#4B3E21 (or 0x4B3E21) is known color: Madras. HEX triplet: 4B, 3E and 21. RGB value is (75,62,33). Sum of RGB (Red+Green+Blue) = 75+62+33=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E21 is #B4C1DE. Grayscale: #3E3E3E. Windows color (decimal): -11846111 or 2178635. OLE color: 2178635.
HSL color Cylindrical-coordinate representation of color #4B3E21: hue angle of 41.43º 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 #4B3E21 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 33 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.71 |
| HSL | 41.43º | 0.39% | 0.21% | - |
| HSV(B) | 41.43º | 0.56% | 0.29% | - |
| XYZ | 4.9 | 5.05 | 2.16 | - |
| YUV | 62.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 33 | 0 | 0.17 | 0.56 | 0.71 | 41.43 | 0.39 | 0.21 |
| Hex | 4B | 3E | 21 | 0 | 11 | 38 | 47 | 29 | 27 | 15 |
| Octal | 113 | 76 | 41 | 0 | 21 | 70 | 107 | 51 | 47 | 25 |
| Binary | 1001011 | 111110 | 100001 | 0 | 10001 | 111000 | 1000111 | 101001 | 100111 | 10101 |
Color Harmonies of #4B3E21
Complementary color
Monochromatic Colors of #4B3E21
Black with #4B3E21
Text Example
Text Example
White with #4B3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E21; }
p { color: rgb(75,62,33); }
H1.HeaderClassName
{
color: #4B3E21;
}
.AnyTagClassName
{
color: #4B3E21;
}
</style>
background-color css
<style>
a { background-color: #4B3E21; }
a { background-color: rgb(75,62,33); }
div.DivClassName
{
background-color: #4B3E21;
}
.BgClassName
{
background-color: #4B3E21;
}
</style>
border-color css
<style>
span { border-color: #4B3E21; }
span { border-color: rgb(75,62,33); }
td.TdClassName
{
border-color: #4B3E21;
}
.TagClassName
{
border-color: #4B3E21;
}
</style>