Shades of Madras #3C3605
Tints of Madras #3C3605
RGB
CMYK
RGB Variations
Color information
#3C3605 (or 0x3C3605) is known color: Madras. HEX triplet: 3C, 36 and 05. RGB value is (60,54,5). Sum of RGB (Red+Green+Blue) = 60+54+5=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3605 is #C3C9FA. Grayscale: #323232. Windows color (decimal): -12831227 or 341564. OLE color: 341564.
HSL color Cylindrical-coordinate representation of color #3C3605: hue angle of 53.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C3605 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 5 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.76 |
| HSL | 53.45º | 0.85% | 0.13% | - |
| HSV(B) | 53.45º | 0.92% | 0.24% | - |
| XYZ | 3.21 | 3.61 | 0.67 | - |
| YUV | 50.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 5 | 0 | 0.10 | 0.92 | 0.76 | 53.45 | 0.85 | 0.13 |
| Hex | 3C | 36 | 5 | 0 | A | 5C | 4C | 35 | 55 | D |
| Octal | 74 | 66 | 5 | 0 | 12 | 134 | 114 | 65 | 125 | 15 |
| Binary | 111100 | 110110 | 101 | 0 | 1010 | 1011100 | 1001100 | 110101 | 1010101 | 1101 |
Color Harmonies of #3C3605
Complementary color
Monochromatic Colors of #3C3605
Black with #3C3605
Text Example
Text Example
White with #3C3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3605; }
p { color: rgb(60,54,5); }
H1.HeaderClassName
{
color: #3C3605;
}
.AnyTagClassName
{
color: #3C3605;
}
</style>
background-color css
<style>
a { background-color: #3C3605; }
a { background-color: rgb(60,54,5); }
div.DivClassName
{
background-color: #3C3605;
}
.BgClassName
{
background-color: #3C3605;
}
</style>
border-color css
<style>
span { border-color: #3C3605; }
span { border-color: rgb(60,54,5); }
td.TdClassName
{
border-color: #3C3605;
}
.TagClassName
{
border-color: #3C3605;
}
</style>