Shades of Madras #3F3C13
Tints of Madras #3F3C13
RGB
CMYK
RGB Variations
Color information
#3F3C13 (or 0x3F3C13) is known color: Madras. HEX triplet: 3F, 3C and 13. RGB value is (63,60,19). Sum of RGB (Red+Green+Blue) = 63+60+19=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C13 is #C0C3EC. Grayscale: #383838. Windows color (decimal): -12633069 or 1260607. OLE color: 1260607.
HSL color Cylindrical-coordinate representation of color #3F3C13: hue angle of 55.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F3C13 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 19 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.75 |
| HSL | 55.91º | 0.54% | 0.16% | - |
| HSV(B) | 55.91º | 0.7% | 0.25% | - |
| XYZ | 3.78 | 4.34 | 1.25 | - |
| YUV | 56.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 19 | 0 | 0.05 | 0.70 | 0.75 | 55.91 | 0.54 | 0.16 |
| Hex | 3F | 3C | 13 | 0 | 5 | 46 | 4B | 38 | 36 | 10 |
| Octal | 77 | 74 | 23 | 0 | 5 | 106 | 113 | 70 | 66 | 20 |
| Binary | 111111 | 111100 | 10011 | 0 | 101 | 1000110 | 1001011 | 111000 | 110110 | 10000 |
Color Harmonies of #3F3C13
Complementary color
Monochromatic Colors of #3F3C13
Black with #3F3C13
Text Example
Text Example
White with #3F3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C13; }
p { color: rgb(63,60,19); }
H1.HeaderClassName
{
color: #3F3C13;
}
.AnyTagClassName
{
color: #3F3C13;
}
</style>
background-color css
<style>
a { background-color: #3F3C13; }
a { background-color: rgb(63,60,19); }
div.DivClassName
{
background-color: #3F3C13;
}
.BgClassName
{
background-color: #3F3C13;
}
</style>
border-color css
<style>
span { border-color: #3F3C13; }
span { border-color: rgb(63,60,19); }
td.TdClassName
{
border-color: #3F3C13;
}
.TagClassName
{
border-color: #3F3C13;
}
</style>