Shades of Mikado #3F2E11
Tints of Mikado #3F2E11
RGB
CMYK
RGB Variations
Color information
#3F2E11 (or 0x3F2E11) is known color: Mikado. HEX triplet: 3F, 2E and 11. RGB value is (63,46,17). Sum of RGB (Red+Green+Blue) = 63+46+17=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E11 is #C0D1EE. Grayscale: #2F2F2F. Windows color (decimal): -12636655 or 1125951. OLE color: 1125951.
HSL color Cylindrical-coordinate representation of color #3F2E11: hue angle of 37.83º 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 #3F2E11 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 17 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.75 |
| HSL | 37.83º | 0.58% | 0.16% | - |
| HSV(B) | 37.83º | 0.73% | 0.25% | - |
| XYZ | 3.13 | 3.05 | 0.95 | - |
| YUV | 47.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 17 | 0 | 0.27 | 0.73 | 0.75 | 37.83 | 0.58 | 0.16 |
| Hex | 3F | 2E | 11 | 0 | 1B | 49 | 4B | 26 | 3A | 10 |
| Octal | 77 | 56 | 21 | 0 | 33 | 111 | 113 | 46 | 72 | 20 |
| Binary | 111111 | 101110 | 10001 | 0 | 11011 | 1001001 | 1001011 | 100110 | 111010 | 10000 |
Color Harmonies of #3F2E11
Complementary color
Monochromatic Colors of #3F2E11
Black with #3F2E11
Text Example
Text Example
White with #3F2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E11; }
p { color: rgb(63,46,17); }
H1.HeaderClassName
{
color: #3F2E11;
}
.AnyTagClassName
{
color: #3F2E11;
}
</style>
background-color css
<style>
a { background-color: #3F2E11; }
a { background-color: rgb(63,46,17); }
div.DivClassName
{
background-color: #3F2E11;
}
.BgClassName
{
background-color: #3F2E11;
}
</style>
border-color css
<style>
span { border-color: #3F2E11; }
span { border-color: rgb(63,46,17); }
td.TdClassName
{
border-color: #3F2E11;
}
.TagClassName
{
border-color: #3F2E11;
}
</style>