Shades of Mikado #3F3610
Tints of Mikado #3F3610
RGB
CMYK
RGB Variations
Color information
#3F3610 (or 0x3F3610) is known color: Mikado. HEX triplet: 3F, 36 and 10. RGB value is (63,54,16). Sum of RGB (Red+Green+Blue) = 63+54+16=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3610 is #C0C9EF. Grayscale: #343434. Windows color (decimal): -12634608 or 1062463. OLE color: 1062463.
HSL color Cylindrical-coordinate representation of color #3F3610: hue angle of 48.51º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F3610 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 16 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.75 |
| HSL | 48.51º | 0.59% | 0.15% | - |
| HSV(B) | 48.51º | 0.75% | 0.25% | - |
| XYZ | 3.46 | 3.73 | 1.03 | - |
| YUV | 52.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 16 | 0 | 0.14 | 0.75 | 0.75 | 48.51 | 0.59 | 0.15 |
| Hex | 3F | 36 | 10 | 0 | E | 4B | 4B | 31 | 3B | F |
| Octal | 77 | 66 | 20 | 0 | 16 | 113 | 113 | 61 | 73 | 17 |
| Binary | 111111 | 110110 | 10000 | 0 | 1110 | 1001011 | 1001011 | 110001 | 111011 | 1111 |
Color Harmonies of #3F3610
Complementary color
Monochromatic Colors of #3F3610
Black with #3F3610
Text Example
Text Example
White with #3F3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3610; }
p { color: rgb(63,54,16); }
H1.HeaderClassName
{
color: #3F3610;
}
.AnyTagClassName
{
color: #3F3610;
}
</style>
background-color css
<style>
a { background-color: #3F3610; }
a { background-color: rgb(63,54,16); }
div.DivClassName
{
background-color: #3F3610;
}
.BgClassName
{
background-color: #3F3610;
}
</style>
border-color css
<style>
span { border-color: #3F3610; }
span { border-color: rgb(63,54,16); }
td.TdClassName
{
border-color: #3F3610;
}
.TagClassName
{
border-color: #3F3610;
}
</style>