Shades of Madras #3C3917
Tints of Madras #3C3917
RGB
CMYK
RGB Variations
Color information
#3C3917 (or 0x3C3917) is known color: Madras. HEX triplet: 3C, 39 and 17. RGB value is (60,57,23). Sum of RGB (Red+Green+Blue) = 60+57+23=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3917 is #C3C6E8. Grayscale: #363636. Windows color (decimal): -12830441 or 1521980. OLE color: 1521980.
HSL color Cylindrical-coordinate representation of color #3C3917: hue angle of 55.14º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3917 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 23 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.76 |
| HSL | 55.14º | 0.45% | 0.16% | - |
| HSV(B) | 55.14º | 0.62% | 0.24% | - |
| XYZ | 3.48 | 3.95 | 1.39 | - |
| YUV | 54.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 23 | 0 | 0.05 | 0.62 | 0.76 | 55.14 | 0.45 | 0.16 |
| Hex | 3C | 39 | 17 | 0 | 5 | 3E | 4C | 37 | 2D | 10 |
| Octal | 74 | 71 | 27 | 0 | 5 | 76 | 114 | 67 | 55 | 20 |
| Binary | 111100 | 111001 | 10111 | 0 | 101 | 111110 | 1001100 | 110111 | 101101 | 10000 |
Color Harmonies of #3C3917
Complementary color
Monochromatic Colors of #3C3917
Black with #3C3917
Text Example
Text Example
White with #3C3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3917; }
p { color: rgb(60,57,23); }
H1.HeaderClassName
{
color: #3C3917;
}
.AnyTagClassName
{
color: #3C3917;
}
</style>
background-color css
<style>
a { background-color: #3C3917; }
a { background-color: rgb(60,57,23); }
div.DivClassName
{
background-color: #3C3917;
}
.BgClassName
{
background-color: #3C3917;
}
</style>
border-color css
<style>
span { border-color: #3C3917; }
span { border-color: rgb(60,57,23); }
td.TdClassName
{
border-color: #3C3917;
}
.TagClassName
{
border-color: #3C3917;
}
</style>