Shades of Mikado #3F2E14
Tints of Mikado #3F2E14
RGB
CMYK
RGB Variations
Color information
#3F2E14 (or 0x3F2E14) is known color: Mikado. HEX triplet: 3F, 2E and 14. RGB value is (63,46,20). Sum of RGB (Red+Green+Blue) = 63+46+20=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E14 is #C0D1EB. Grayscale: #303030. Windows color (decimal): -12636652 or 1322559. OLE color: 1322559.
HSL color Cylindrical-coordinate representation of color #3F2E14: hue angle of 36.28º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2E14 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 20 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.75 |
| HSL | 36.28º | 0.52% | 0.16% | - |
| HSV(B) | 36.28º | 0.68% | 0.25% | - |
| XYZ | 3.15 | 3.06 | 1.09 | - |
| YUV | 48.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 20 | 0 | 0.27 | 0.68 | 0.75 | 36.28 | 0.52 | 0.16 |
| Hex | 3F | 2E | 14 | 0 | 1B | 44 | 4B | 24 | 34 | 10 |
| Octal | 77 | 56 | 24 | 0 | 33 | 104 | 113 | 44 | 64 | 20 |
| Binary | 111111 | 101110 | 10100 | 0 | 11011 | 1000100 | 1001011 | 100100 | 110100 | 10000 |
Color Harmonies of #3F2E14
Complementary color
Monochromatic Colors of #3F2E14
Black with #3F2E14
Text Example
Text Example
White with #3F2E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E14; }
p { color: rgb(63,46,20); }
H1.HeaderClassName
{
color: #3F2E14;
}
.AnyTagClassName
{
color: #3F2E14;
}
</style>
background-color css
<style>
a { background-color: #3F2E14; }
a { background-color: rgb(63,46,20); }
div.DivClassName
{
background-color: #3F2E14;
}
.BgClassName
{
background-color: #3F2E14;
}
</style>
border-color css
<style>
span { border-color: #3F2E14; }
span { border-color: rgb(63,46,20); }
td.TdClassName
{
border-color: #3F2E14;
}
.TagClassName
{
border-color: #3F2E14;
}
</style>