Shades of Madras #3C390F
Tints of Madras #3C390F
RGB
CMYK
RGB Variations
Color information
#3C390F (or 0x3C390F) is known color: Madras. HEX triplet: 3C, 39 and 0F. RGB value is (60,57,15). Sum of RGB (Red+Green+Blue) = 60+57+15=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C390F is #C3C6F0. Grayscale: #353535. Windows color (decimal): -12830449 or 997692. OLE color: 997692.
HSL color Cylindrical-coordinate representation of color #3C390F: hue angle of 56º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C390F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 15 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.76 |
| HSL | 56º | 0.6% | 0.15% | - |
| HSV(B) | 56º | 0.75% | 0.24% | - |
| XYZ | 3.41 | 3.92 | 1.03 | - |
| YUV | 53.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 15 | 0 | 0.05 | 0.75 | 0.76 | 56 | 0.6 | 0.15 |
| Hex | 3C | 39 | F | 0 | 5 | 4B | 4C | 38 | 3C | F |
| Octal | 74 | 71 | 17 | 0 | 5 | 113 | 114 | 70 | 74 | 17 |
| Binary | 111100 | 111001 | 1111 | 0 | 101 | 1001011 | 1001100 | 111000 | 111100 | 1111 |
Color Harmonies of #3C390F
Complementary color
Monochromatic Colors of #3C390F
Black with #3C390F
Text Example
Text Example
White with #3C390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C390F; }
p { color: rgb(60,57,15); }
H1.HeaderClassName
{
color: #3C390F;
}
.AnyTagClassName
{
color: #3C390F;
}
</style>
background-color css
<style>
a { background-color: #3C390F; }
a { background-color: rgb(60,57,15); }
div.DivClassName
{
background-color: #3C390F;
}
.BgClassName
{
background-color: #3C390F;
}
</style>
border-color css
<style>
span { border-color: #3C390F; }
span { border-color: rgb(60,57,15); }
td.TdClassName
{
border-color: #3C390F;
}
.TagClassName
{
border-color: #3C390F;
}
</style>