Shades of Madras #3F3D11
Tints of Madras #3F3D11
RGB
CMYK
RGB Variations
Color information
#3F3D11 (or 0x3F3D11) is known color: Madras. HEX triplet: 3F, 3D and 11. RGB value is (63,61,17). Sum of RGB (Red+Green+Blue) = 63+61+17=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D11 is #C0C2EE. Grayscale: #383838. Windows color (decimal): -12632815 or 1129791. OLE color: 1129791.
HSL color Cylindrical-coordinate representation of color #3F3D11: hue angle of 57.39º 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 #3F3D11 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 17 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.75 |
| HSL | 57.39º | 0.58% | 0.16% | - |
| HSV(B) | 57.39º | 0.73% | 0.25% | - |
| XYZ | 3.82 | 4.43 | 1.18 | - |
| YUV | 56.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 17 | 0 | 0.03 | 0.73 | 0.75 | 57.39 | 0.58 | 0.16 |
| Hex | 3F | 3D | 11 | 0 | 3 | 49 | 4B | 39 | 3A | 10 |
| Octal | 77 | 75 | 21 | 0 | 3 | 111 | 113 | 71 | 72 | 20 |
| Binary | 111111 | 111101 | 10001 | 0 | 11 | 1001001 | 1001011 | 111001 | 111010 | 10000 |
Color Harmonies of #3F3D11
Complementary color
Monochromatic Colors of #3F3D11
Black with #3F3D11
Text Example
Text Example
White with #3F3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D11; }
p { color: rgb(63,61,17); }
H1.HeaderClassName
{
color: #3F3D11;
}
.AnyTagClassName
{
color: #3F3D11;
}
</style>
background-color css
<style>
a { background-color: #3F3D11; }
a { background-color: rgb(63,61,17); }
div.DivClassName
{
background-color: #3F3D11;
}
.BgClassName
{
background-color: #3F3D11;
}
</style>
border-color css
<style>
span { border-color: #3F3D11; }
span { border-color: rgb(63,61,17); }
td.TdClassName
{
border-color: #3F3D11;
}
.TagClassName
{
border-color: #3F3D11;
}
</style>