Shades of Mikado #3F3416
Tints of Mikado #3F3416
RGB
CMYK
RGB Variations
Color information
#3F3416 (or 0x3F3416) is known color: Mikado. HEX triplet: 3F, 34 and 16. RGB value is (63,52,22). Sum of RGB (Red+Green+Blue) = 63+52+22=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3416 is #C0CBE9. Grayscale: #343434. Windows color (decimal): -12635114 or 1455167. OLE color: 1455167.
HSL color Cylindrical-coordinate representation of color #3F3416: hue angle of 43.9º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F3416 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 22 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.75 |
| HSL | 43.9º | 0.48% | 0.17% | - |
| HSV(B) | 43.9º | 0.65% | 0.25% | - |
| XYZ | 3.42 | 3.57 | 1.27 | - |
| YUV | 51.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 22 | 0 | 0.17 | 0.65 | 0.75 | 43.9 | 0.48 | 0.17 |
| Hex | 3F | 34 | 16 | 0 | 11 | 41 | 4B | 2C | 30 | 11 |
| Octal | 77 | 64 | 26 | 0 | 21 | 101 | 113 | 54 | 60 | 21 |
| Binary | 111111 | 110100 | 10110 | 0 | 10001 | 1000001 | 1001011 | 101100 | 110000 | 10001 |
Color Harmonies of #3F3416
Complementary color
Monochromatic Colors of #3F3416
Black with #3F3416
Text Example
Text Example
White with #3F3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3416; }
p { color: rgb(63,52,22); }
H1.HeaderClassName
{
color: #3F3416;
}
.AnyTagClassName
{
color: #3F3416;
}
</style>
background-color css
<style>
a { background-color: #3F3416; }
a { background-color: rgb(63,52,22); }
div.DivClassName
{
background-color: #3F3416;
}
.BgClassName
{
background-color: #3F3416;
}
</style>
border-color css
<style>
span { border-color: #3F3416; }
span { border-color: rgb(63,52,22); }
td.TdClassName
{
border-color: #3F3416;
}
.TagClassName
{
border-color: #3F3416;
}
</style>