Shades of Madras #3F3907
Tints of Madras #3F3907
RGB
CMYK
RGB Variations
Color information
#3F3907 (or 0x3F3907) is known color: Madras. HEX triplet: 3F, 39 and 07. RGB value is (63,57,7). Sum of RGB (Red+Green+Blue) = 63+57+7=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3907 is #C0C6F8. Grayscale: #353535. Windows color (decimal): -12633849 or 473407. OLE color: 473407.
HSL color Cylindrical-coordinate representation of color #3F3907: hue angle of 53.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F3907 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 7 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.75 |
| HSL | 53.57º | 0.8% | 0.14% | - |
| HSV(B) | 53.57º | 0.89% | 0.25% | - |
| XYZ | 3.55 | 4 | 0.79 | - |
| YUV | 53.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 7 | 0 | 0.10 | 0.89 | 0.75 | 53.57 | 0.8 | 0.14 |
| Hex | 3F | 39 | 7 | 0 | A | 59 | 4B | 36 | 50 | E |
| Octal | 77 | 71 | 7 | 0 | 12 | 131 | 113 | 66 | 120 | 16 |
| Binary | 111111 | 111001 | 111 | 0 | 1010 | 1011001 | 1001011 | 110110 | 1010000 | 1110 |
Color Harmonies of #3F3907
Complementary color
Monochromatic Colors of #3F3907
Black with #3F3907
Text Example
Text Example
White with #3F3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3907; }
p { color: rgb(63,57,7); }
H1.HeaderClassName
{
color: #3F3907;
}
.AnyTagClassName
{
color: #3F3907;
}
</style>
background-color css
<style>
a { background-color: #3F3907; }
a { background-color: rgb(63,57,7); }
div.DivClassName
{
background-color: #3F3907;
}
.BgClassName
{
background-color: #3F3907;
}
</style>
border-color css
<style>
span { border-color: #3F3907; }
span { border-color: rgb(63,57,7); }
td.TdClassName
{
border-color: #3F3907;
}
.TagClassName
{
border-color: #3F3907;
}
</style>