Shades of Madras #3F3B1D
Tints of Madras #3F3B1D
RGB
CMYK
RGB Variations
Color information
#3F3B1D (or 0x3F3B1D) is known color: Madras. HEX triplet: 3F, 3B and 1D. RGB value is (63,59,29). Sum of RGB (Red+Green+Blue) = 63+59+29=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B1D is #C0C4E2. Grayscale: #383838. Windows color (decimal): -12633315 or 1915711. OLE color: 1915711.
HSL color Cylindrical-coordinate representation of color #3F3B1D: hue angle of 52.94º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F3B1D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 29 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.75 |
| HSL | 52.94º | 0.37% | 0.18% | - |
| HSV(B) | 52.94º | 0.54% | 0.25% | - |
| XYZ | 3.84 | 4.27 | 1.79 | - |
| YUV | 56.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 29 | 0 | 0.06 | 0.54 | 0.75 | 52.94 | 0.37 | 0.18 |
| Hex | 3F | 3B | 1D | 0 | 6 | 36 | 4B | 35 | 25 | 12 |
| Octal | 77 | 73 | 35 | 0 | 6 | 66 | 113 | 65 | 45 | 22 |
| Binary | 111111 | 111011 | 11101 | 0 | 110 | 110110 | 1001011 | 110101 | 100101 | 10010 |
Color Harmonies of #3F3B1D
Complementary color
Monochromatic Colors of #3F3B1D
Black with #3F3B1D
Text Example
Text Example
White with #3F3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B1D; }
p { color: rgb(63,59,29); }
H1.HeaderClassName
{
color: #3F3B1D;
}
.AnyTagClassName
{
color: #3F3B1D;
}
</style>
background-color css
<style>
a { background-color: #3F3B1D; }
a { background-color: rgb(63,59,29); }
div.DivClassName
{
background-color: #3F3B1D;
}
.BgClassName
{
background-color: #3F3B1D;
}
</style>
border-color css
<style>
span { border-color: #3F3B1D; }
span { border-color: rgb(63,59,29); }
td.TdClassName
{
border-color: #3F3B1D;
}
.TagClassName
{
border-color: #3F3B1D;
}
</style>