Shades of Madras #3F3700
Tints of Madras #3F3700
RGB
CMYK
RGB Variations
Color information
#3F3700 (or 0x3F3700) is known color: Madras. HEX triplet: 3F, 37 and 00. RGB value is (63,55,0). Sum of RGB (Red+Green+Blue) = 63+55+0=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3700 is #C0C8FF. Grayscale: #333333. Windows color (decimal): -12634368 or 14143. OLE color: 14143.
HSL color Cylindrical-coordinate representation of color #3F3700: hue angle of 52.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F3700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.75 |
| HSL | 52.38º | 1% | 0.12% | - |
| HSV(B) | 52.38º | 1% | 0.25% | - |
| XYZ | 3.42 | 3.79 | 0.55 | - |
| YUV | 51.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 0 | 0 | 0.13 | 1 | 0.75 | 52.38 | 1 | 0.12 |
| Hex | 3F | 37 | 0 | 0 | D | 64 | 4B | 34 | 64 | C |
| Octal | 77 | 67 | 0 | 0 | 15 | 144 | 113 | 64 | 144 | 14 |
| Binary | 111111 | 110111 | 0 | 0 | 1101 | 1100100 | 1001011 | 110100 | 1100100 | 1100 |
Color Harmonies of #3F3700
Complementary color
Monochromatic Colors of #3F3700
Black with #3F3700
Text Example
Text Example
White with #3F3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3700; }
p { color: rgb(63,55,0); }
H1.HeaderClassName
{
color: #3F3700;
}
.AnyTagClassName
{
color: #3F3700;
}
</style>
background-color css
<style>
a { background-color: #3F3700; }
a { background-color: rgb(63,55,0); }
div.DivClassName
{
background-color: #3F3700;
}
.BgClassName
{
background-color: #3F3700;
}
</style>
border-color css
<style>
span { border-color: #3F3700; }
span { border-color: rgb(63,55,0); }
td.TdClassName
{
border-color: #3F3700;
}
.TagClassName
{
border-color: #3F3700;
}
</style>