Shades of Madras #3C3603
Tints of Madras #3C3603
RGB
CMYK
RGB Variations
Color information
#3C3603 (or 0x3C3603) is known color: Madras. HEX triplet: 3C, 36 and 03. RGB value is (60,54,3). Sum of RGB (Red+Green+Blue) = 60+54+3=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3603 is #C3C9FC. Grayscale: #323232. Windows color (decimal): -12831229 or 210492. OLE color: 210492.
HSL color Cylindrical-coordinate representation of color #3C3603: hue angle of 53.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C3603 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 3 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.76 |
| HSL | 53.68º | 0.9% | 0.12% | - |
| HSV(B) | 53.68º | 0.95% | 0.24% | - |
| XYZ | 3.2 | 3.61 | 0.61 | - |
| YUV | 49.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 3 | 0 | 0.10 | 0.95 | 0.76 | 53.68 | 0.9 | 0.12 |
| Hex | 3C | 36 | 3 | 0 | A | 5F | 4C | 36 | 5A | C |
| Octal | 74 | 66 | 3 | 0 | 12 | 137 | 114 | 66 | 132 | 14 |
| Binary | 111100 | 110110 | 11 | 0 | 1010 | 1011111 | 1001100 | 110110 | 1011010 | 1100 |
Color Harmonies of #3C3603
Complementary color
Monochromatic Colors of #3C3603
Black with #3C3603
Text Example
Text Example
White with #3C3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3603; }
p { color: rgb(60,54,3); }
H1.HeaderClassName
{
color: #3C3603;
}
.AnyTagClassName
{
color: #3C3603;
}
</style>
background-color css
<style>
a { background-color: #3C3603; }
a { background-color: rgb(60,54,3); }
div.DivClassName
{
background-color: #3C3603;
}
.BgClassName
{
background-color: #3C3603;
}
</style>
border-color css
<style>
span { border-color: #3C3603; }
span { border-color: rgb(60,54,3); }
td.TdClassName
{
border-color: #3C3603;
}
.TagClassName
{
border-color: #3C3603;
}
</style>