Shades of Mikado #3F3511
Tints of Mikado #3F3511
RGB
CMYK
RGB Variations
Color information
#3F3511 (or 0x3F3511) is known color: Mikado. HEX triplet: 3F, 35 and 11. RGB value is (63,53,17). Sum of RGB (Red+Green+Blue) = 63+53+17=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3511 is #C0CAEE. Grayscale: #343434. Windows color (decimal): -12634863 or 1127743. OLE color: 1127743.
HSL color Cylindrical-coordinate representation of color #3F3511: hue angle of 46.96º 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 #3F3511 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 17 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.75 |
| HSL | 46.96º | 0.58% | 0.16% | - |
| HSV(B) | 46.96º | 0.73% | 0.25% | - |
| XYZ | 3.42 | 3.64 | 1.05 | - |
| YUV | 51.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 17 | 0 | 0.16 | 0.73 | 0.75 | 46.96 | 0.58 | 0.16 |
| Hex | 3F | 35 | 11 | 0 | 10 | 49 | 4B | 2F | 3A | 10 |
| Octal | 77 | 65 | 21 | 0 | 20 | 111 | 113 | 57 | 72 | 20 |
| Binary | 111111 | 110101 | 10001 | 0 | 10000 | 1001001 | 1001011 | 101111 | 111010 | 10000 |
Color Harmonies of #3F3511
Complementary color
Monochromatic Colors of #3F3511
Black with #3F3511
Text Example
Text Example
White with #3F3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3511; }
p { color: rgb(63,53,17); }
H1.HeaderClassName
{
color: #3F3511;
}
.AnyTagClassName
{
color: #3F3511;
}
</style>
background-color css
<style>
a { background-color: #3F3511; }
a { background-color: rgb(63,53,17); }
div.DivClassName
{
background-color: #3F3511;
}
.BgClassName
{
background-color: #3F3511;
}
</style>
border-color css
<style>
span { border-color: #3F3511; }
span { border-color: rgb(63,53,17); }
td.TdClassName
{
border-color: #3F3511;
}
.TagClassName
{
border-color: #3F3511;
}
</style>