Shades of Madras #3F3913
Tints of Madras #3F3913
RGB
CMYK
RGB Variations
Color information
#3F3913 (or 0x3F3913) is known color: Madras. HEX triplet: 3F, 39 and 13. RGB value is (63,57,19). Sum of RGB (Red+Green+Blue) = 63+57+19=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3913 is #C0C6EC. Grayscale: #363636. Windows color (decimal): -12633837 or 1259839. OLE color: 1259839.
HSL color Cylindrical-coordinate representation of color #3F3913: hue angle of 51.82º 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 #3F3913 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 19 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.75 |
| HSL | 51.82º | 0.54% | 0.16% | - |
| HSV(B) | 51.82º | 0.7% | 0.25% | - |
| XYZ | 3.63 | 4.03 | 1.2 | - |
| YUV | 54.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 19 | 0 | 0.10 | 0.70 | 0.75 | 51.82 | 0.54 | 0.16 |
| Hex | 3F | 39 | 13 | 0 | A | 46 | 4B | 34 | 36 | 10 |
| Octal | 77 | 71 | 23 | 0 | 12 | 106 | 113 | 64 | 66 | 20 |
| Binary | 111111 | 111001 | 10011 | 0 | 1010 | 1000110 | 1001011 | 110100 | 110110 | 10000 |
Color Harmonies of #3F3913
Complementary color
Monochromatic Colors of #3F3913
Black with #3F3913
Text Example
Text Example
White with #3F3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3913; }
p { color: rgb(63,57,19); }
H1.HeaderClassName
{
color: #3F3913;
}
.AnyTagClassName
{
color: #3F3913;
}
</style>
background-color css
<style>
a { background-color: #3F3913; }
a { background-color: rgb(63,57,19); }
div.DivClassName
{
background-color: #3F3913;
}
.BgClassName
{
background-color: #3F3913;
}
</style>
border-color css
<style>
span { border-color: #3F3913; }
span { border-color: rgb(63,57,19); }
td.TdClassName
{
border-color: #3F3913;
}
.TagClassName
{
border-color: #3F3913;
}
</style>