Shades of Madras #3C3703
Tints of Madras #3C3703
RGB
CMYK
RGB Variations
Color information
#3C3703 (or 0x3C3703) is known color: Madras. HEX triplet: 3C, 37 and 03. RGB value is (60,55,3). Sum of RGB (Red+Green+Blue) = 60+55+3=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3703 is #C3C8FC. Grayscale: #323232. Windows color (decimal): -12830973 or 210748. OLE color: 210748.
HSL color Cylindrical-coordinate representation of color #3C3703: hue angle of 54.74º 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 #3C3703 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 3 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.76 |
| HSL | 54.74º | 0.9% | 0.12% | - |
| HSV(B) | 54.74º | 0.95% | 0.24% | - |
| XYZ | 3.25 | 3.7 | 0.63 | - |
| YUV | 50.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 3 | 0 | 0.08 | 0.95 | 0.76 | 54.74 | 0.9 | 0.12 |
| Hex | 3C | 37 | 3 | 0 | 8 | 5F | 4C | 37 | 5A | C |
| Octal | 74 | 67 | 3 | 0 | 10 | 137 | 114 | 67 | 132 | 14 |
| Binary | 111100 | 110111 | 11 | 0 | 1000 | 1011111 | 1001100 | 110111 | 1011010 | 1100 |
Color Harmonies of #3C3703
Complementary color
Monochromatic Colors of #3C3703
Black with #3C3703
Text Example
Text Example
White with #3C3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3703; }
p { color: rgb(60,55,3); }
H1.HeaderClassName
{
color: #3C3703;
}
.AnyTagClassName
{
color: #3C3703;
}
</style>
background-color css
<style>
a { background-color: #3C3703; }
a { background-color: rgb(60,55,3); }
div.DivClassName
{
background-color: #3C3703;
}
.BgClassName
{
background-color: #3C3703;
}
</style>
border-color css
<style>
span { border-color: #3C3703; }
span { border-color: rgb(60,55,3); }
td.TdClassName
{
border-color: #3C3703;
}
.TagClassName
{
border-color: #3C3703;
}
</style>