Shades of Madras #3F3B11
Tints of Madras #3F3B11
RGB
CMYK
RGB Variations
Color information
#3F3B11 (or 0x3F3B11) is known color: Madras. HEX triplet: 3F, 3B and 11. RGB value is (63,59,17). Sum of RGB (Red+Green+Blue) = 63+59+17=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B11 is #C0C4EE. Grayscale: #373737. Windows color (decimal): -12633327 or 1129279. OLE color: 1129279.
HSL color Cylindrical-coordinate representation of color #3F3B11: hue angle of 54.78º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3B11 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 17 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.75 |
| HSL | 54.78º | 0.58% | 0.16% | - |
| HSV(B) | 54.78º | 0.73% | 0.25% | - |
| XYZ | 3.72 | 4.23 | 1.15 | - |
| YUV | 55.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 17 | 0 | 0.06 | 0.73 | 0.75 | 54.78 | 0.58 | 0.16 |
| Hex | 3F | 3B | 11 | 0 | 6 | 49 | 4B | 37 | 3A | 10 |
| Octal | 77 | 73 | 21 | 0 | 6 | 111 | 113 | 67 | 72 | 20 |
| Binary | 111111 | 111011 | 10001 | 0 | 110 | 1001001 | 1001011 | 110111 | 111010 | 10000 |
Color Harmonies of #3F3B11
Complementary color
Monochromatic Colors of #3F3B11
Black with #3F3B11
Text Example
Text Example
White with #3F3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B11; }
p { color: rgb(63,59,17); }
H1.HeaderClassName
{
color: #3F3B11;
}
.AnyTagClassName
{
color: #3F3B11;
}
</style>
background-color css
<style>
a { background-color: #3F3B11; }
a { background-color: rgb(63,59,17); }
div.DivClassName
{
background-color: #3F3B11;
}
.BgClassName
{
background-color: #3F3B11;
}
</style>
border-color css
<style>
span { border-color: #3F3B11; }
span { border-color: rgb(63,59,17); }
td.TdClassName
{
border-color: #3F3B11;
}
.TagClassName
{
border-color: #3F3B11;
}
</style>