Shades of Madras #3C3818
Tints of Madras #3C3818
RGB
CMYK
RGB Variations
Color information
#3C3818 (or 0x3C3818) is known color: Madras. HEX triplet: 3C, 38 and 18. RGB value is (60,56,24). Sum of RGB (Red+Green+Blue) = 60+56+24=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3818 is #C3C7E7. Grayscale: #353535. Windows color (decimal): -12830696 or 1587260. OLE color: 1587260.
HSL color Cylindrical-coordinate representation of color #3C3818: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3818 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 24 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.76 |
| HSL | 53.33º | 0.43% | 0.16% | - |
| HSV(B) | 53.33º | 0.6% | 0.24% | - |
| XYZ | 3.44 | 3.85 | 1.43 | - |
| YUV | 53.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 24 | 0 | 0.07 | 0.60 | 0.76 | 53.33 | 0.43 | 0.16 |
| Hex | 3C | 38 | 18 | 0 | 7 | 3C | 4C | 35 | 2B | 10 |
| Octal | 74 | 70 | 30 | 0 | 7 | 74 | 114 | 65 | 53 | 20 |
| Binary | 111100 | 111000 | 11000 | 0 | 111 | 111100 | 1001100 | 110101 | 101011 | 10000 |
Color Harmonies of #3C3818
Complementary color
Monochromatic Colors of #3C3818
Black with #3C3818
Text Example
Text Example
White with #3C3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3818; }
p { color: rgb(60,56,24); }
H1.HeaderClassName
{
color: #3C3818;
}
.AnyTagClassName
{
color: #3C3818;
}
</style>
background-color css
<style>
a { background-color: #3C3818; }
a { background-color: rgb(60,56,24); }
div.DivClassName
{
background-color: #3C3818;
}
.BgClassName
{
background-color: #3C3818;
}
</style>
border-color css
<style>
span { border-color: #3C3818; }
span { border-color: rgb(60,56,24); }
td.TdClassName
{
border-color: #3C3818;
}
.TagClassName
{
border-color: #3C3818;
}
</style>