Shades of Mikado #3F2E04
Tints of Mikado #3F2E04
RGB
CMYK
RGB Variations
Color information
#3F2E04 (or 0x3F2E04) is known color: Mikado. HEX triplet: 3F, 2E and 04. RGB value is (63,46,4). Sum of RGB (Red+Green+Blue) = 63+46+4=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E04 is #C0D1FB. Grayscale: #2E2E2E. Windows color (decimal): -12636668 or 273983. OLE color: 273983.
HSL color Cylindrical-coordinate representation of color #3F2E04: hue angle of 42.71º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F2E04 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 4 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.75 |
| HSL | 42.71º | 0.88% | 0.13% | - |
| HSV(B) | 42.71º | 0.94% | 0.25% | - |
| XYZ | 3.05 | 3.02 | 0.54 | - |
| YUV | 46.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 4 | 0 | 0.27 | 0.94 | 0.75 | 42.71 | 0.88 | 0.13 |
| Hex | 3F | 2E | 4 | 0 | 1B | 5E | 4B | 2B | 58 | D |
| Octal | 77 | 56 | 4 | 0 | 33 | 136 | 113 | 53 | 130 | 15 |
| Binary | 111111 | 101110 | 100 | 0 | 11011 | 1011110 | 1001011 | 101011 | 1011000 | 1101 |
Color Harmonies of #3F2E04
Complementary color
Monochromatic Colors of #3F2E04
Black with #3F2E04
Text Example
Text Example
White with #3F2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E04; }
p { color: rgb(63,46,4); }
H1.HeaderClassName
{
color: #3F2E04;
}
.AnyTagClassName
{
color: #3F2E04;
}
</style>
background-color css
<style>
a { background-color: #3F2E04; }
a { background-color: rgb(63,46,4); }
div.DivClassName
{
background-color: #3F2E04;
}
.BgClassName
{
background-color: #3F2E04;
}
</style>
border-color css
<style>
span { border-color: #3F2E04; }
span { border-color: rgb(63,46,4); }
td.TdClassName
{
border-color: #3F2E04;
}
.TagClassName
{
border-color: #3F2E04;
}
</style>