Shades of Madras #4D3D22
Tints of Madras #4D3D22
RGB
CMYK
RGB Variations
Color information
#4D3D22 (or 0x4D3D22) is known color: Madras. HEX triplet: 4D, 3D and 22. RGB value is (77,61,34). Sum of RGB (Red+Green+Blue) = 77+61+34=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D22 is #B2C2DD. Grayscale: #3E3E3E. Windows color (decimal): -11715294 or 2243917. OLE color: 2243917.
HSL color Cylindrical-coordinate representation of color #4D3D22: hue angle of 37.67º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3D22 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 34 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.70 |
| HSL | 37.67º | 0.39% | 0.22% | - |
| HSV(B) | 37.67º | 0.56% | 0.3% | - |
| XYZ | 5.02 | 5.03 | 2.22 | - |
| YUV | 62.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 34 | 0 | 0.21 | 0.56 | 0.70 | 37.67 | 0.39 | 0.22 |
| Hex | 4D | 3D | 22 | 0 | 15 | 38 | 46 | 26 | 27 | 16 |
| Octal | 115 | 75 | 42 | 0 | 25 | 70 | 106 | 46 | 47 | 26 |
| Binary | 1001101 | 111101 | 100010 | 0 | 10101 | 111000 | 1000110 | 100110 | 100111 | 10110 |
Color Harmonies of #4D3D22
Complementary color
Monochromatic Colors of #4D3D22
Black with #4D3D22
Text Example
Text Example
White with #4D3D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D22; }
p { color: rgb(77,61,34); }
H1.HeaderClassName
{
color: #4D3D22;
}
.AnyTagClassName
{
color: #4D3D22;
}
</style>
background-color css
<style>
a { background-color: #4D3D22; }
a { background-color: rgb(77,61,34); }
div.DivClassName
{
background-color: #4D3D22;
}
.BgClassName
{
background-color: #4D3D22;
}
</style>
border-color css
<style>
span { border-color: #4D3D22; }
span { border-color: rgb(77,61,34); }
td.TdClassName
{
border-color: #4D3D22;
}
.TagClassName
{
border-color: #4D3D22;
}
</style>