Shades of Madras #4C3E1F
Tints of Madras #4C3E1F
RGB
CMYK
RGB Variations
Color information
#4C3E1F (or 0x4C3E1F) is known color: Madras. HEX triplet: 4C, 3E and 1F. RGB value is (76,62,31). Sum of RGB (Red+Green+Blue) = 76+62+31=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E1F is #B3C1E0. Grayscale: #3E3E3E. Windows color (decimal): -11780577 or 2047564. OLE color: 2047564.
HSL color Cylindrical-coordinate representation of color #4C3E1F: hue angle of 41.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3E1F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 31 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.70 |
| HSL | 41.33º | 0.42% | 0.21% | - |
| HSV(B) | 41.33º | 0.59% | 0.3% | - |
| XYZ | 4.95 | 5.08 | 2.02 | - |
| YUV | 62.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 31 | 0 | 0.18 | 0.59 | 0.70 | 41.33 | 0.42 | 0.21 |
| Hex | 4C | 3E | 1F | 0 | 12 | 3B | 46 | 29 | 2A | 15 |
| Octal | 114 | 76 | 37 | 0 | 22 | 73 | 106 | 51 | 52 | 25 |
| Binary | 1001100 | 111110 | 11111 | 0 | 10010 | 111011 | 1000110 | 101001 | 101010 | 10101 |
Color Harmonies of #4C3E1F
Complementary color
Monochromatic Colors of #4C3E1F
Black with #4C3E1F
Text Example
Text Example
White with #4C3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E1F; }
p { color: rgb(76,62,31); }
H1.HeaderClassName
{
color: #4C3E1F;
}
.AnyTagClassName
{
color: #4C3E1F;
}
</style>
background-color css
<style>
a { background-color: #4C3E1F; }
a { background-color: rgb(76,62,31); }
div.DivClassName
{
background-color: #4C3E1F;
}
.BgClassName
{
background-color: #4C3E1F;
}
</style>
border-color css
<style>
span { border-color: #4C3E1F; }
span { border-color: rgb(76,62,31); }
td.TdClassName
{
border-color: #4C3E1F;
}
.TagClassName
{
border-color: #4C3E1F;
}
</style>