Shades of Madras #3F3C0C
Tints of Madras #3F3C0C
RGB
CMYK
RGB Variations
Color information
#3F3C0C (or 0x3F3C0C) is known color: Madras. HEX triplet: 3F, 3C and 0C. RGB value is (63,60,12). Sum of RGB (Red+Green+Blue) = 63+60+12=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C0C is #C0C3F3. Grayscale: #373737. Windows color (decimal): -12633076 or 801855. OLE color: 801855.
HSL color Cylindrical-coordinate representation of color #3F3C0C: hue angle of 56.47º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F3C0C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 12 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.75 |
| HSL | 56.47º | 0.68% | 0.15% | - |
| HSV(B) | 56.47º | 0.81% | 0.25% | - |
| XYZ | 3.73 | 4.32 | 0.98 | - |
| YUV | 55.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 12 | 0 | 0.05 | 0.81 | 0.75 | 56.47 | 0.68 | 0.15 |
| Hex | 3F | 3C | C | 0 | 5 | 51 | 4B | 38 | 44 | F |
| Octal | 77 | 74 | 14 | 0 | 5 | 121 | 113 | 70 | 104 | 17 |
| Binary | 111111 | 111100 | 1100 | 0 | 101 | 1010001 | 1001011 | 111000 | 1000100 | 1111 |
Color Harmonies of #3F3C0C
Complementary color
Monochromatic Colors of #3F3C0C
Black with #3F3C0C
Text Example
Text Example
White with #3F3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C0C; }
p { color: rgb(63,60,12); }
H1.HeaderClassName
{
color: #3F3C0C;
}
.AnyTagClassName
{
color: #3F3C0C;
}
</style>
background-color css
<style>
a { background-color: #3F3C0C; }
a { background-color: rgb(63,60,12); }
div.DivClassName
{
background-color: #3F3C0C;
}
.BgClassName
{
background-color: #3F3C0C;
}
</style>
border-color css
<style>
span { border-color: #3F3C0C; }
span { border-color: rgb(63,60,12); }
td.TdClassName
{
border-color: #3F3C0C;
}
.TagClassName
{
border-color: #3F3C0C;
}
</style>