Shades of Madras #3C370E
Tints of Madras #3C370E
RGB
CMYK
RGB Variations
Color information
#3C370E (or 0x3C370E) is known color: Madras. HEX triplet: 3C, 37 and 0E. RGB value is (60,55,14). Sum of RGB (Red+Green+Blue) = 60+55+14=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C370E is #C3C8F1. Grayscale: #333333. Windows color (decimal): -12830962 or 931644. OLE color: 931644.
HSL color Cylindrical-coordinate representation of color #3C370E: hue angle of 53.48º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C370E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 14 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.76 |
| HSL | 53.48º | 0.62% | 0.15% | - |
| HSV(B) | 53.48º | 0.77% | 0.24% | - |
| XYZ | 3.31 | 3.72 | 0.96 | - |
| YUV | 51.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 14 | 0 | 0.08 | 0.77 | 0.76 | 53.48 | 0.62 | 0.15 |
| Hex | 3C | 37 | E | 0 | 8 | 4D | 4C | 35 | 3E | F |
| Octal | 74 | 67 | 16 | 0 | 10 | 115 | 114 | 65 | 76 | 17 |
| Binary | 111100 | 110111 | 1110 | 0 | 1000 | 1001101 | 1001100 | 110101 | 111110 | 1111 |
Color Harmonies of #3C370E
Complementary color
Monochromatic Colors of #3C370E
Black with #3C370E
Text Example
Text Example
White with #3C370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C370E; }
p { color: rgb(60,55,14); }
H1.HeaderClassName
{
color: #3C370E;
}
.AnyTagClassName
{
color: #3C370E;
}
</style>
background-color css
<style>
a { background-color: #3C370E; }
a { background-color: rgb(60,55,14); }
div.DivClassName
{
background-color: #3C370E;
}
.BgClassName
{
background-color: #3C370E;
}
</style>
border-color css
<style>
span { border-color: #3C370E; }
span { border-color: rgb(60,55,14); }
td.TdClassName
{
border-color: #3C370E;
}
.TagClassName
{
border-color: #3C370E;
}
</style>