Shades of Mikado #3F2E0D
Tints of Mikado #3F2E0D
RGB
CMYK
RGB Variations
Color information
#3F2E0D (or 0x3F2E0D) is known color: Mikado. HEX triplet: 3F, 2E and 0D. RGB value is (63,46,13). Sum of RGB (Red+Green+Blue) = 63+46+13=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E0D is #C0D1F2. Grayscale: #2F2F2F. Windows color (decimal): -12636659 or 863807. OLE color: 863807.
HSL color Cylindrical-coordinate representation of color #3F2E0D: hue angle of 39.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2E0D is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 13 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.75 |
| HSL | 39.6º | 0.66% | 0.15% | - |
| HSV(B) | 39.6º | 0.79% | 0.25% | - |
| XYZ | 3.1 | 3.04 | 0.8 | - |
| YUV | 47.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 13 | 0 | 0.27 | 0.79 | 0.75 | 39.6 | 0.66 | 0.15 |
| Hex | 3F | 2E | D | 0 | 1B | 4F | 4B | 28 | 42 | F |
| Octal | 77 | 56 | 15 | 0 | 33 | 117 | 113 | 50 | 102 | 17 |
| Binary | 111111 | 101110 | 1101 | 0 | 11011 | 1001111 | 1001011 | 101000 | 1000010 | 1111 |
Color Harmonies of #3F2E0D
Complementary color
Monochromatic Colors of #3F2E0D
Black with #3F2E0D
Text Example
Text Example
White with #3F2E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E0D; }
p { color: rgb(63,46,13); }
H1.HeaderClassName
{
color: #3F2E0D;
}
.AnyTagClassName
{
color: #3F2E0D;
}
</style>
background-color css
<style>
a { background-color: #3F2E0D; }
a { background-color: rgb(63,46,13); }
div.DivClassName
{
background-color: #3F2E0D;
}
.BgClassName
{
background-color: #3F2E0D;
}
</style>
border-color css
<style>
span { border-color: #3F2E0D; }
span { border-color: rgb(63,46,13); }
td.TdClassName
{
border-color: #3F2E0D;
}
.TagClassName
{
border-color: #3F2E0D;
}
</style>