Shades of Madras #3C3600
Tints of Madras #3C3600
RGB
CMYK
RGB Variations
Color information
#3C3600 (or 0x3C3600) is known color: Madras. HEX triplet: 3C, 36 and 00. RGB value is (60,54,0). Sum of RGB (Red+Green+Blue) = 60+54+0=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3600 is #C3C9FF. Grayscale: #313131. Windows color (decimal): -12831232 or 13884. OLE color: 13884.
HSL color Cylindrical-coordinate representation of color #3C3600: hue angle of 54º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C3600 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.76 |
| HSL | 54º | 1% | 0.12% | - |
| HSV(B) | 54º | 1% | 0.24% | - |
| XYZ | 3.18 | 3.6 | 0.53 | - |
| YUV | 49.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 0 | 0 | 0.10 | 1 | 0.76 | 54 | 1 | 0.12 |
| Hex | 3C | 36 | 0 | 0 | A | 64 | 4C | 36 | 64 | C |
| Octal | 74 | 66 | 0 | 0 | 12 | 144 | 114 | 66 | 144 | 14 |
| Binary | 111100 | 110110 | 0 | 0 | 1010 | 1100100 | 1001100 | 110110 | 1100100 | 1100 |
Color Harmonies of #3C3600
Complementary color
Monochromatic Colors of #3C3600
Black with #3C3600
Text Example
Text Example
White with #3C3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3600; }
p { color: rgb(60,54,0); }
H1.HeaderClassName
{
color: #3C3600;
}
.AnyTagClassName
{
color: #3C3600;
}
</style>
background-color css
<style>
a { background-color: #3C3600; }
a { background-color: rgb(60,54,0); }
div.DivClassName
{
background-color: #3C3600;
}
.BgClassName
{
background-color: #3C3600;
}
</style>
border-color css
<style>
span { border-color: #3C3600; }
span { border-color: rgb(60,54,0); }
td.TdClassName
{
border-color: #3C3600;
}
.TagClassName
{
border-color: #3C3600;
}
</style>