Shades of Mikado #3F2E05
Tints of Mikado #3F2E05
RGB
CMYK
RGB Variations
Color information
#3F2E05 (or 0x3F2E05) is known color: Mikado. HEX triplet: 3F, 2E and 05. RGB value is (63,46,5). Sum of RGB (Red+Green+Blue) = 63+46+5=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E05 is #C0D1FA. Grayscale: #2E2E2E. Windows color (decimal): -12636667 or 339519. OLE color: 339519.
HSL color Cylindrical-coordinate representation of color #3F2E05: hue angle of 42.41º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F2E05 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 5 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.75 |
| HSL | 42.41º | 0.85% | 0.13% | - |
| HSV(B) | 42.41º | 0.92% | 0.25% | - |
| XYZ | 3.05 | 3.02 | 0.57 | - |
| YUV | 46.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 5 | 0 | 0.27 | 0.92 | 0.75 | 42.41 | 0.85 | 0.13 |
| Hex | 3F | 2E | 5 | 0 | 1B | 5C | 4B | 2A | 55 | D |
| Octal | 77 | 56 | 5 | 0 | 33 | 134 | 113 | 52 | 125 | 15 |
| Binary | 111111 | 101110 | 101 | 0 | 11011 | 1011100 | 1001011 | 101010 | 1010101 | 1101 |
Color Harmonies of #3F2E05
Complementary color
Monochromatic Colors of #3F2E05
Black with #3F2E05
Text Example
Text Example
White with #3F2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E05; }
p { color: rgb(63,46,5); }
H1.HeaderClassName
{
color: #3F2E05;
}
.AnyTagClassName
{
color: #3F2E05;
}
</style>
background-color css
<style>
a { background-color: #3F2E05; }
a { background-color: rgb(63,46,5); }
div.DivClassName
{
background-color: #3F2E05;
}
.BgClassName
{
background-color: #3F2E05;
}
</style>
border-color css
<style>
span { border-color: #3F2E05; }
span { border-color: rgb(63,46,5); }
td.TdClassName
{
border-color: #3F2E05;
}
.TagClassName
{
border-color: #3F2E05;
}
</style>