Shades of Mikado #3F340D
Tints of Mikado #3F340D
RGB
CMYK
RGB Variations
Color information
#3F340D (or 0x3F340D) is known color: Mikado. HEX triplet: 3F, 34 and 0D. RGB value is (63,52,13). Sum of RGB (Red+Green+Blue) = 63+52+13=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340D is #C0CBF2. Grayscale: #333333. Windows color (decimal): -12635123 or 865343. OLE color: 865343.
HSL color Cylindrical-coordinate representation of color #3F340D: hue angle of 46.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F340D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 13 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.75 |
| HSL | 46.8º | 0.66% | 0.15% | - |
| HSV(B) | 46.8º | 0.79% | 0.25% | - |
| XYZ | 3.35 | 3.54 | 0.89 | - |
| YUV | 50.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 13 | 0 | 0.17 | 0.79 | 0.75 | 46.8 | 0.66 | 0.15 |
| Hex | 3F | 34 | D | 0 | 11 | 4F | 4B | 2F | 42 | F |
| Octal | 77 | 64 | 15 | 0 | 21 | 117 | 113 | 57 | 102 | 17 |
| Binary | 111111 | 110100 | 1101 | 0 | 10001 | 1001111 | 1001011 | 101111 | 1000010 | 1111 |
Color Harmonies of #3F340D
Complementary color
Monochromatic Colors of #3F340D
Black with #3F340D
Text Example
Text Example
White with #3F340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F340D; }
p { color: rgb(63,52,13); }
H1.HeaderClassName
{
color: #3F340D;
}
.AnyTagClassName
{
color: #3F340D;
}
</style>
background-color css
<style>
a { background-color: #3F340D; }
a { background-color: rgb(63,52,13); }
div.DivClassName
{
background-color: #3F340D;
}
.BgClassName
{
background-color: #3F340D;
}
</style>
border-color css
<style>
span { border-color: #3F340D; }
span { border-color: rgb(63,52,13); }
td.TdClassName
{
border-color: #3F340D;
}
.TagClassName
{
border-color: #3F340D;
}
</style>