Shades of Madras #3F3B10
Tints of Madras #3F3B10
RGB
CMYK
RGB Variations
Color information
#3F3B10 (or 0x3F3B10) is known color: Madras. HEX triplet: 3F, 3B and 10. RGB value is (63,59,16). Sum of RGB (Red+Green+Blue) = 63+59+16=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B10 is #C0C4EF. Grayscale: #373737. Windows color (decimal): -12633328 or 1063743. OLE color: 1063743.
HSL color Cylindrical-coordinate representation of color #3F3B10: hue angle of 54.89º 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 #3F3B10 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 16 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.75 |
| HSL | 54.89º | 0.59% | 0.15% | - |
| HSV(B) | 54.89º | 0.75% | 0.25% | - |
| XYZ | 3.71 | 4.22 | 1.11 | - |
| YUV | 55.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 16 | 0 | 0.06 | 0.75 | 0.75 | 54.89 | 0.59 | 0.15 |
| Hex | 3F | 3B | 10 | 0 | 6 | 4B | 4B | 37 | 3B | F |
| Octal | 77 | 73 | 20 | 0 | 6 | 113 | 113 | 67 | 73 | 17 |
| Binary | 111111 | 111011 | 10000 | 0 | 110 | 1001011 | 1001011 | 110111 | 111011 | 1111 |
Color Harmonies of #3F3B10
Complementary color
Monochromatic Colors of #3F3B10
Black with #3F3B10
Text Example
Text Example
White with #3F3B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B10; }
p { color: rgb(63,59,16); }
H1.HeaderClassName
{
color: #3F3B10;
}
.AnyTagClassName
{
color: #3F3B10;
}
</style>
background-color css
<style>
a { background-color: #3F3B10; }
a { background-color: rgb(63,59,16); }
div.DivClassName
{
background-color: #3F3B10;
}
.BgClassName
{
background-color: #3F3B10;
}
</style>
border-color css
<style>
span { border-color: #3F3B10; }
span { border-color: rgb(63,59,16); }
td.TdClassName
{
border-color: #3F3B10;
}
.TagClassName
{
border-color: #3F3B10;
}
</style>