Shades of Mikado #3F3712
Tints of Mikado #3F3712
RGB
CMYK
RGB Variations
Color information
#3F3712 (or 0x3F3712) is known color: Mikado. HEX triplet: 3F, 37 and 12. RGB value is (63,55,18). Sum of RGB (Red+Green+Blue) = 63+55+18=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3712 is #C0C8ED. Grayscale: #353535. Windows color (decimal): -12634350 or 1193791. OLE color: 1193791.
HSL color Cylindrical-coordinate representation of color #3F3712: hue angle of 49.33º 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 #3F3712 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 18 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.75 |
| HSL | 49.33º | 0.56% | 0.16% | - |
| HSV(B) | 49.33º | 0.71% | 0.25% | - |
| XYZ | 3.53 | 3.83 | 1.13 | - |
| YUV | 53.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 18 | 0 | 0.13 | 0.71 | 0.75 | 49.33 | 0.56 | 0.16 |
| Hex | 3F | 37 | 12 | 0 | D | 47 | 4B | 31 | 38 | 10 |
| Octal | 77 | 67 | 22 | 0 | 15 | 107 | 113 | 61 | 70 | 20 |
| Binary | 111111 | 110111 | 10010 | 0 | 1101 | 1000111 | 1001011 | 110001 | 111000 | 10000 |
Color Harmonies of #3F3712
Complementary color
Monochromatic Colors of #3F3712
Black with #3F3712
Text Example
Text Example
White with #3F3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3712; }
p { color: rgb(63,55,18); }
H1.HeaderClassName
{
color: #3F3712;
}
.AnyTagClassName
{
color: #3F3712;
}
</style>
background-color css
<style>
a { background-color: #3F3712; }
a { background-color: rgb(63,55,18); }
div.DivClassName
{
background-color: #3F3712;
}
.BgClassName
{
background-color: #3F3712;
}
</style>
border-color css
<style>
span { border-color: #3F3712; }
span { border-color: rgb(63,55,18); }
td.TdClassName
{
border-color: #3F3712;
}
.TagClassName
{
border-color: #3F3712;
}
</style>