Shades of Madras #3C3711
Tints of Madras #3C3711
RGB
CMYK
RGB Variations
Color information
#3C3711 (or 0x3C3711) is known color: Madras. HEX triplet: 3C, 37 and 11. RGB value is (60,55,17). Sum of RGB (Red+Green+Blue) = 60+55+17=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3711 is #C3C8EE. Grayscale: #343434. Windows color (decimal): -12830959 or 1128252. OLE color: 1128252.
HSL color Cylindrical-coordinate representation of color #3C3711: hue angle of 53.02º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C3711 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 17 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.76 |
| HSL | 53.02º | 0.56% | 0.15% | - |
| HSV(B) | 53.02º | 0.72% | 0.24% | - |
| XYZ | 3.33 | 3.73 | 1.08 | - |
| YUV | 52.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 17 | 0 | 0.08 | 0.72 | 0.76 | 53.02 | 0.56 | 0.15 |
| Hex | 3C | 37 | 11 | 0 | 8 | 48 | 4C | 35 | 38 | F |
| Octal | 74 | 67 | 21 | 0 | 10 | 110 | 114 | 65 | 70 | 17 |
| Binary | 111100 | 110111 | 10001 | 0 | 1000 | 1001000 | 1001100 | 110101 | 111000 | 1111 |
Color Harmonies of #3C3711
Complementary color
Monochromatic Colors of #3C3711
Black with #3C3711
Text Example
Text Example
White with #3C3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3711; }
p { color: rgb(60,55,17); }
H1.HeaderClassName
{
color: #3C3711;
}
.AnyTagClassName
{
color: #3C3711;
}
</style>
background-color css
<style>
a { background-color: #3C3711; }
a { background-color: rgb(60,55,17); }
div.DivClassName
{
background-color: #3C3711;
}
.BgClassName
{
background-color: #3C3711;
}
</style>
border-color css
<style>
span { border-color: #3C3711; }
span { border-color: rgb(60,55,17); }
td.TdClassName
{
border-color: #3C3711;
}
.TagClassName
{
border-color: #3C3711;
}
</style>