Shades of Mikado #3F3102
Tints of Mikado #3F3102
RGB
CMYK
RGB Variations
Color information
#3F3102 (or 0x3F3102) is known color: Mikado. HEX triplet: 3F, 31 and 02. RGB value is (63,49,2). Sum of RGB (Red+Green+Blue) = 63+49+2=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3102 is #C0CEFD. Grayscale: #303030. Windows color (decimal): -12635902 or 143679. OLE color: 143679.
HSL color Cylindrical-coordinate representation of color #3F3102: hue angle of 46.23º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F3102 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 2 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.75 |
| HSL | 46.23º | 0.94% | 0.13% | - |
| HSV(B) | 46.23º | 0.97% | 0.25% | - |
| XYZ | 3.16 | 3.26 | 0.52 | - |
| YUV | 47.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 2 | 0 | 0.22 | 0.97 | 0.75 | 46.23 | 0.94 | 0.13 |
| Hex | 3F | 31 | 2 | 0 | 16 | 61 | 4B | 2E | 5E | D |
| Octal | 77 | 61 | 2 | 0 | 26 | 141 | 113 | 56 | 136 | 15 |
| Binary | 111111 | 110001 | 10 | 0 | 10110 | 1100001 | 1001011 | 101110 | 1011110 | 1101 |
Color Harmonies of #3F3102
Complementary color
Monochromatic Colors of #3F3102
Black with #3F3102
Text Example
Text Example
White with #3F3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3102; }
p { color: rgb(63,49,2); }
H1.HeaderClassName
{
color: #3F3102;
}
.AnyTagClassName
{
color: #3F3102;
}
</style>
background-color css
<style>
a { background-color: #3F3102; }
a { background-color: rgb(63,49,2); }
div.DivClassName
{
background-color: #3F3102;
}
.BgClassName
{
background-color: #3F3102;
}
</style>
border-color css
<style>
span { border-color: #3F3102; }
span { border-color: rgb(63,49,2); }
td.TdClassName
{
border-color: #3F3102;
}
.TagClassName
{
border-color: #3F3102;
}
</style>