Shades of Mikado #3F3512
Tints of Mikado #3F3512
RGB
CMYK
RGB Variations
Color information
#3F3512 (or 0x3F3512) is known color: Mikado. HEX triplet: 3F, 35 and 12. RGB value is (63,53,18). Sum of RGB (Red+Green+Blue) = 63+53+18=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3512 is #C0CAED. Grayscale: #343434. Windows color (decimal): -12634862 or 1193279. OLE color: 1193279.
HSL color Cylindrical-coordinate representation of color #3F3512: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3512 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 18 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.75 |
| HSL | 46.67º | 0.56% | 0.16% | - |
| HSV(B) | 46.67º | 0.71% | 0.25% | - |
| XYZ | 3.43 | 3.65 | 1.1 | - |
| YUV | 52 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 18 | 0 | 0.16 | 0.71 | 0.75 | 46.67 | 0.56 | 0.16 |
| Hex | 3F | 35 | 12 | 0 | 10 | 47 | 4B | 2F | 38 | 10 |
| Octal | 77 | 65 | 22 | 0 | 20 | 107 | 113 | 57 | 70 | 20 |
| Binary | 111111 | 110101 | 10010 | 0 | 10000 | 1000111 | 1001011 | 101111 | 111000 | 10000 |
Color Harmonies of #3F3512
Complementary color
Monochromatic Colors of #3F3512
Black with #3F3512
Text Example
Text Example
White with #3F3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3512; }
p { color: rgb(63,53,18); }
H1.HeaderClassName
{
color: #3F3512;
}
.AnyTagClassName
{
color: #3F3512;
}
</style>
background-color css
<style>
a { background-color: #3F3512; }
a { background-color: rgb(63,53,18); }
div.DivClassName
{
background-color: #3F3512;
}
.BgClassName
{
background-color: #3F3512;
}
</style>
border-color css
<style>
span { border-color: #3F3512; }
span { border-color: rgb(63,53,18); }
td.TdClassName
{
border-color: #3F3512;
}
.TagClassName
{
border-color: #3F3512;
}
</style>