Shades of Madras #3F3D10
Tints of Madras #3F3D10
RGB
CMYK
RGB Variations
Color information
#3F3D10 (or 0x3F3D10) is known color: Madras. HEX triplet: 3F, 3D and 10. RGB value is (63,61,16). Sum of RGB (Red+Green+Blue) = 63+61+16=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D10 is #C0C2EF. Grayscale: #383838. Windows color (decimal): -12632816 or 1064255. OLE color: 1064255.
HSL color Cylindrical-coordinate representation of color #3F3D10: hue angle of 57.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F3D10 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 16 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.75 |
| HSL | 57.45º | 0.59% | 0.15% | - |
| HSV(B) | 57.45º | 0.75% | 0.25% | - |
| XYZ | 3.81 | 4.43 | 1.14 | - |
| YUV | 56.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 16 | 0 | 0.03 | 0.75 | 0.75 | 57.45 | 0.59 | 0.15 |
| Hex | 3F | 3D | 10 | 0 | 3 | 4B | 4B | 39 | 3B | F |
| Octal | 77 | 75 | 20 | 0 | 3 | 113 | 113 | 71 | 73 | 17 |
| Binary | 111111 | 111101 | 10000 | 0 | 11 | 1001011 | 1001011 | 111001 | 111011 | 1111 |
Color Harmonies of #3F3D10
Complementary color
Monochromatic Colors of #3F3D10
Black with #3F3D10
Text Example
Text Example
White with #3F3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D10; }
p { color: rgb(63,61,16); }
H1.HeaderClassName
{
color: #3F3D10;
}
.AnyTagClassName
{
color: #3F3D10;
}
</style>
background-color css
<style>
a { background-color: #3F3D10; }
a { background-color: rgb(63,61,16); }
div.DivClassName
{
background-color: #3F3D10;
}
.BgClassName
{
background-color: #3F3D10;
}
</style>
border-color css
<style>
span { border-color: #3F3D10; }
span { border-color: rgb(63,61,16); }
td.TdClassName
{
border-color: #3F3D10;
}
.TagClassName
{
border-color: #3F3D10;
}
</style>