Shades of Mikado #3F300E
Tints of Mikado #3F300E
RGB
CMYK
RGB Variations
Color information
#3F300E (or 0x3F300E) is known color: Mikado. HEX triplet: 3F, 30 and 0E. RGB value is (63,48,14). Sum of RGB (Red+Green+Blue) = 63+48+14=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F300E is #C0CFF1. Grayscale: #303030. Windows color (decimal): -12636146 or 929855. OLE color: 929855.
HSL color Cylindrical-coordinate representation of color #3F300E: hue angle of 41.63º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F300E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 14 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.75 |
| HSL | 41.63º | 0.64% | 0.15% | - |
| HSV(B) | 41.63º | 0.78% | 0.25% | - |
| XYZ | 3.19 | 3.2 | 0.87 | - |
| YUV | 48.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 14 | 0 | 0.24 | 0.78 | 0.75 | 41.63 | 0.64 | 0.15 |
| Hex | 3F | 30 | E | 0 | 18 | 4E | 4B | 2A | 40 | F |
| Octal | 77 | 60 | 16 | 0 | 30 | 116 | 113 | 52 | 100 | 17 |
| Binary | 111111 | 110000 | 1110 | 0 | 11000 | 1001110 | 1001011 | 101010 | 1000000 | 1111 |
Color Harmonies of #3F300E
Complementary color
Monochromatic Colors of #3F300E
Black with #3F300E
Text Example
Text Example
White with #3F300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F300E; }
p { color: rgb(63,48,14); }
H1.HeaderClassName
{
color: #3F300E;
}
.AnyTagClassName
{
color: #3F300E;
}
</style>
background-color css
<style>
a { background-color: #3F300E; }
a { background-color: rgb(63,48,14); }
div.DivClassName
{
background-color: #3F300E;
}
.BgClassName
{
background-color: #3F300E;
}
</style>
border-color css
<style>
span { border-color: #3F300E; }
span { border-color: rgb(63,48,14); }
td.TdClassName
{
border-color: #3F300E;
}
.TagClassName
{
border-color: #3F300E;
}
</style>