Shades of Mikado #3F3114
Tints of Mikado #3F3114
RGB
CMYK
RGB Variations
Color information
#3F3114 (or 0x3F3114) is known color: Mikado. HEX triplet: 3F, 31 and 14. RGB value is (63,49,20). Sum of RGB (Red+Green+Blue) = 63+49+20=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3114 is #C0CEEB. Grayscale: #323232. Windows color (decimal): -12635884 or 1323327. OLE color: 1323327.
HSL color Cylindrical-coordinate representation of color #3F3114: hue angle of 40.47º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3114 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 20 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.75 |
| HSL | 40.47º | 0.52% | 0.16% | - |
| HSV(B) | 40.47º | 0.68% | 0.25% | - |
| XYZ | 3.27 | 3.3 | 1.13 | - |
| YUV | 49.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 20 | 0 | 0.22 | 0.68 | 0.75 | 40.47 | 0.52 | 0.16 |
| Hex | 3F | 31 | 14 | 0 | 16 | 44 | 4B | 28 | 34 | 10 |
| Octal | 77 | 61 | 24 | 0 | 26 | 104 | 113 | 50 | 64 | 20 |
| Binary | 111111 | 110001 | 10100 | 0 | 10110 | 1000100 | 1001011 | 101000 | 110100 | 10000 |
Color Harmonies of #3F3114
Complementary color
Monochromatic Colors of #3F3114
Black with #3F3114
Text Example
Text Example
White with #3F3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3114; }
p { color: rgb(63,49,20); }
H1.HeaderClassName
{
color: #3F3114;
}
.AnyTagClassName
{
color: #3F3114;
}
</style>
background-color css
<style>
a { background-color: #3F3114; }
a { background-color: rgb(63,49,20); }
div.DivClassName
{
background-color: #3F3114;
}
.BgClassName
{
background-color: #3F3114;
}
</style>
border-color css
<style>
span { border-color: #3F3114; }
span { border-color: rgb(63,49,20); }
td.TdClassName
{
border-color: #3F3114;
}
.TagClassName
{
border-color: #3F3114;
}
</style>