Shades of Mikado #3F3107
Tints of Mikado #3F3107
RGB
CMYK
RGB Variations
Color information
#3F3107 (or 0x3F3107) is known color: Mikado. HEX triplet: 3F, 31 and 07. RGB value is (63,49,7). Sum of RGB (Red+Green+Blue) = 63+49+7=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3107 is #C0CEF8. Grayscale: #303030. Windows color (decimal): -12635897 or 471359. OLE color: 471359.
HSL color Cylindrical-coordinate representation of color #3F3107: hue angle of 45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F3107 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 7 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.75 |
| HSL | 45º | 0.8% | 0.14% | - |
| HSV(B) | 45º | 0.89% | 0.25% | - |
| XYZ | 3.19 | 3.27 | 0.66 | - |
| YUV | 48.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 7 | 0 | 0.22 | 0.89 | 0.75 | 45 | 0.8 | 0.14 |
| Hex | 3F | 31 | 7 | 0 | 16 | 59 | 4B | 2D | 50 | E |
| Octal | 77 | 61 | 7 | 0 | 26 | 131 | 113 | 55 | 120 | 16 |
| Binary | 111111 | 110001 | 111 | 0 | 10110 | 1011001 | 1001011 | 101101 | 1010000 | 1110 |
Color Harmonies of #3F3107
Complementary color
Monochromatic Colors of #3F3107
Black with #3F3107
Text Example
Text Example
White with #3F3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3107; }
p { color: rgb(63,49,7); }
H1.HeaderClassName
{
color: #3F3107;
}
.AnyTagClassName
{
color: #3F3107;
}
</style>
background-color css
<style>
a { background-color: #3F3107; }
a { background-color: rgb(63,49,7); }
div.DivClassName
{
background-color: #3F3107;
}
.BgClassName
{
background-color: #3F3107;
}
</style>
border-color css
<style>
span { border-color: #3F3107; }
span { border-color: rgb(63,49,7); }
td.TdClassName
{
border-color: #3F3107;
}
.TagClassName
{
border-color: #3F3107;
}
</style>