Shades of Madras #3C3802
Tints of Madras #3C3802
RGB
CMYK
RGB Variations
Color information
#3C3802 (or 0x3C3802) is known color: Madras. HEX triplet: 3C, 38 and 02. RGB value is (60,56,2). Sum of RGB (Red+Green+Blue) = 60+56+2=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3802 is #C3C7FD. Grayscale: #333333. Windows color (decimal): -12830718 or 145468. OLE color: 145468.
HSL color Cylindrical-coordinate representation of color #3C3802: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3802 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 2 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.76 |
| HSL | 55.86º | 0.94% | 0.12% | - |
| HSV(B) | 55.86º | 0.97% | 0.24% | - |
| XYZ | 3.29 | 3.79 | 0.62 | - |
| YUV | 51.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 2 | 0 | 0.07 | 0.97 | 0.76 | 55.86 | 0.94 | 0.12 |
| Hex | 3C | 38 | 2 | 0 | 7 | 61 | 4C | 38 | 5E | C |
| Octal | 74 | 70 | 2 | 0 | 7 | 141 | 114 | 70 | 136 | 14 |
| Binary | 111100 | 111000 | 10 | 0 | 111 | 1100001 | 1001100 | 111000 | 1011110 | 1100 |
Color Harmonies of #3C3802
Complementary color
Monochromatic Colors of #3C3802
Black with #3C3802
Text Example
Text Example
White with #3C3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3802; }
p { color: rgb(60,56,2); }
H1.HeaderClassName
{
color: #3C3802;
}
.AnyTagClassName
{
color: #3C3802;
}
</style>
background-color css
<style>
a { background-color: #3C3802; }
a { background-color: rgb(60,56,2); }
div.DivClassName
{
background-color: #3C3802;
}
.BgClassName
{
background-color: #3C3802;
}
</style>
border-color css
<style>
span { border-color: #3C3802; }
span { border-color: rgb(60,56,2); }
td.TdClassName
{
border-color: #3C3802;
}
.TagClassName
{
border-color: #3C3802;
}
</style>