Shades of Mikado #3F3211
Tints of Mikado #3F3211
RGB
CMYK
RGB Variations
Color information
#3F3211 (or 0x3F3211) is known color: Mikado. HEX triplet: 3F, 32 and 11. RGB value is (63,50,17). Sum of RGB (Red+Green+Blue) = 63+50+17=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3211 is #C0CDEE. Grayscale: #323232. Windows color (decimal): -12635631 or 1126975. OLE color: 1126975.
HSL color Cylindrical-coordinate representation of color #3F3211: hue angle of 43.04º 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 #3F3211 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 17 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.75 |
| HSL | 43.04º | 0.58% | 0.16% | - |
| HSV(B) | 43.04º | 0.73% | 0.25% | - |
| XYZ | 3.29 | 3.38 | 1.01 | - |
| YUV | 50.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 17 | 0 | 0.21 | 0.73 | 0.75 | 43.04 | 0.58 | 0.16 |
| Hex | 3F | 32 | 11 | 0 | 15 | 49 | 4B | 2B | 3A | 10 |
| Octal | 77 | 62 | 21 | 0 | 25 | 111 | 113 | 53 | 72 | 20 |
| Binary | 111111 | 110010 | 10001 | 0 | 10101 | 1001001 | 1001011 | 101011 | 111010 | 10000 |
Color Harmonies of #3F3211
Complementary color
Monochromatic Colors of #3F3211
Black with #3F3211
Text Example
Text Example
White with #3F3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3211; }
p { color: rgb(63,50,17); }
H1.HeaderClassName
{
color: #3F3211;
}
.AnyTagClassName
{
color: #3F3211;
}
</style>
background-color css
<style>
a { background-color: #3F3211; }
a { background-color: rgb(63,50,17); }
div.DivClassName
{
background-color: #3F3211;
}
.BgClassName
{
background-color: #3F3211;
}
</style>
border-color css
<style>
span { border-color: #3F3211; }
span { border-color: rgb(63,50,17); }
td.TdClassName
{
border-color: #3F3211;
}
.TagClassName
{
border-color: #3F3211;
}
</style>