Shades of Madras #3F3C09
Tints of Madras #3F3C09
RGB
CMYK
RGB Variations
Color information
#3F3C09 (or 0x3F3C09) is known color: Madras. HEX triplet: 3F, 3C and 09. RGB value is (63,60,9). Sum of RGB (Red+Green+Blue) = 63+60+9=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C09 is #C0C3F6. Grayscale: #373737. Windows color (decimal): -12633079 or 605247. OLE color: 605247.
HSL color Cylindrical-coordinate representation of color #3F3C09: hue angle of 56.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F3C09 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 9 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.75 |
| HSL | 56.67º | 0.75% | 0.14% | - |
| HSV(B) | 56.67º | 0.86% | 0.25% | - |
| XYZ | 3.72 | 4.31 | 0.89 | - |
| YUV | 55.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 9 | 0 | 0.05 | 0.86 | 0.75 | 56.67 | 0.75 | 0.14 |
| Hex | 3F | 3C | 9 | 0 | 5 | 56 | 4B | 39 | 4B | E |
| Octal | 77 | 74 | 11 | 0 | 5 | 126 | 113 | 71 | 113 | 16 |
| Binary | 111111 | 111100 | 1001 | 0 | 101 | 1010110 | 1001011 | 111001 | 1001011 | 1110 |
Color Harmonies of #3F3C09
Complementary color
Monochromatic Colors of #3F3C09
Black with #3F3C09
Text Example
Text Example
White with #3F3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C09; }
p { color: rgb(63,60,9); }
H1.HeaderClassName
{
color: #3F3C09;
}
.AnyTagClassName
{
color: #3F3C09;
}
</style>
background-color css
<style>
a { background-color: #3F3C09; }
a { background-color: rgb(63,60,9); }
div.DivClassName
{
background-color: #3F3C09;
}
.BgClassName
{
background-color: #3F3C09;
}
</style>
border-color css
<style>
span { border-color: #3F3C09; }
span { border-color: rgb(63,60,9); }
td.TdClassName
{
border-color: #3F3C09;
}
.TagClassName
{
border-color: #3F3C09;
}
</style>