Shades of Madras #3F3916
Tints of Madras #3F3916
RGB
CMYK
RGB Variations
Color information
#3F3916 (or 0x3F3916) is known color: Madras. HEX triplet: 3F, 39 and 16. RGB value is (63,57,22). Sum of RGB (Red+Green+Blue) = 63+57+22=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3916 is #C0C6E9. Grayscale: #363636. Windows color (decimal): -12633834 or 1456447. OLE color: 1456447.
HSL color Cylindrical-coordinate representation of color #3F3916: hue angle of 51.22º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F3916 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 22 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.75 |
| HSL | 51.22º | 0.48% | 0.17% | - |
| HSV(B) | 51.22º | 0.65% | 0.25% | - |
| XYZ | 3.66 | 4.04 | 1.35 | - |
| YUV | 54.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 22 | 0 | 0.10 | 0.65 | 0.75 | 51.22 | 0.48 | 0.17 |
| Hex | 3F | 39 | 16 | 0 | A | 41 | 4B | 33 | 30 | 11 |
| Octal | 77 | 71 | 26 | 0 | 12 | 101 | 113 | 63 | 60 | 21 |
| Binary | 111111 | 111001 | 10110 | 0 | 1010 | 1000001 | 1001011 | 110011 | 110000 | 10001 |
Color Harmonies of #3F3916
Complementary color
Monochromatic Colors of #3F3916
Black with #3F3916
Text Example
Text Example
White with #3F3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3916; }
p { color: rgb(63,57,22); }
H1.HeaderClassName
{
color: #3F3916;
}
.AnyTagClassName
{
color: #3F3916;
}
</style>
background-color css
<style>
a { background-color: #3F3916; }
a { background-color: rgb(63,57,22); }
div.DivClassName
{
background-color: #3F3916;
}
.BgClassName
{
background-color: #3F3916;
}
</style>
border-color css
<style>
span { border-color: #3F3916; }
span { border-color: rgb(63,57,22); }
td.TdClassName
{
border-color: #3F3916;
}
.TagClassName
{
border-color: #3F3916;
}
</style>