Shades of Mikado #3F340C
Tints of Mikado #3F340C
RGB
CMYK
RGB Variations
Color information
#3F340C (or 0x3F340C) is known color: Mikado. HEX triplet: 3F, 34 and 0C. RGB value is (63,52,12). Sum of RGB (Red+Green+Blue) = 63+52+12=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340C is #C0CBF3. Grayscale: #323232. Windows color (decimal): -12635124 or 799807. OLE color: 799807.
HSL color Cylindrical-coordinate representation of color #3F340C: hue angle of 47.06º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F340C is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 12 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.75 |
| HSL | 47.06º | 0.68% | 0.15% | - |
| HSV(B) | 47.06º | 0.81% | 0.25% | - |
| XYZ | 3.34 | 3.54 | 0.85 | - |
| YUV | 50.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 12 | 0 | 0.17 | 0.81 | 0.75 | 47.06 | 0.68 | 0.15 |
| Hex | 3F | 34 | C | 0 | 11 | 51 | 4B | 2F | 44 | F |
| Octal | 77 | 64 | 14 | 0 | 21 | 121 | 113 | 57 | 104 | 17 |
| Binary | 111111 | 110100 | 1100 | 0 | 10001 | 1010001 | 1001011 | 101111 | 1000100 | 1111 |
Color Harmonies of #3F340C
Complementary color
Monochromatic Colors of #3F340C
Black with #3F340C
Text Example
Text Example
White with #3F340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F340C; }
p { color: rgb(63,52,12); }
H1.HeaderClassName
{
color: #3F340C;
}
.AnyTagClassName
{
color: #3F340C;
}
</style>
background-color css
<style>
a { background-color: #3F340C; }
a { background-color: rgb(63,52,12); }
div.DivClassName
{
background-color: #3F340C;
}
.BgClassName
{
background-color: #3F340C;
}
</style>
border-color css
<style>
span { border-color: #3F340C; }
span { border-color: rgb(63,52,12); }
td.TdClassName
{
border-color: #3F340C;
}
.TagClassName
{
border-color: #3F340C;
}
</style>