Shades of Madras #3C3810
Tints of Madras #3C3810
RGB
CMYK
RGB Variations
Color information
#3C3810 (or 0x3C3810) is known color: Madras. HEX triplet: 3C, 38 and 10. RGB value is (60,56,16). Sum of RGB (Red+Green+Blue) = 60+56+16=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3810 is #C3C7EF. Grayscale: #343434. Windows color (decimal): -12830704 or 1062972. OLE color: 1062972.
HSL color Cylindrical-coordinate representation of color #3C3810: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3810 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 16 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.76 |
| HSL | 54.55º | 0.58% | 0.15% | - |
| HSV(B) | 54.55º | 0.73% | 0.24% | - |
| XYZ | 3.37 | 3.83 | 1.05 | - |
| YUV | 52.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 16 | 0 | 0.07 | 0.73 | 0.76 | 54.55 | 0.58 | 0.15 |
| Hex | 3C | 38 | 10 | 0 | 7 | 49 | 4C | 37 | 3A | F |
| Octal | 74 | 70 | 20 | 0 | 7 | 111 | 114 | 67 | 72 | 17 |
| Binary | 111100 | 111000 | 10000 | 0 | 111 | 1001001 | 1001100 | 110111 | 111010 | 1111 |
Color Harmonies of #3C3810
Complementary color
Monochromatic Colors of #3C3810
Black with #3C3810
Text Example
Text Example
White with #3C3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3810; }
p { color: rgb(60,56,16); }
H1.HeaderClassName
{
color: #3C3810;
}
.AnyTagClassName
{
color: #3C3810;
}
</style>
background-color css
<style>
a { background-color: #3C3810; }
a { background-color: rgb(60,56,16); }
div.DivClassName
{
background-color: #3C3810;
}
.BgClassName
{
background-color: #3C3810;
}
</style>
border-color css
<style>
span { border-color: #3C3810; }
span { border-color: rgb(60,56,16); }
td.TdClassName
{
border-color: #3C3810;
}
.TagClassName
{
border-color: #3C3810;
}
</style>