Shades of Mikado #3F321E
Tints of Mikado #3F321E
RGB
CMYK
RGB Variations
Color information
#3F321E (or 0x3F321E) is known color: Mikado. HEX triplet: 3F, 32 and 1E. RGB value is (63,50,30). Sum of RGB (Red+Green+Blue) = 63+50+30=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F321E is #C0CDE1. Grayscale: #333333. Windows color (decimal): -12635618 or 1978943. OLE color: 1978943.
HSL color Cylindrical-coordinate representation of color #3F321E: hue angle of 36.36º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F321E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 30 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.75 |
| HSL | 36.36º | 0.35% | 0.18% | - |
| HSV(B) | 36.36º | 0.52% | 0.25% | - |
| XYZ | 3.42 | 3.43 | 1.71 | - |
| YUV | 51.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 30 | 0 | 0.21 | 0.52 | 0.75 | 36.36 | 0.35 | 0.18 |
| Hex | 3F | 32 | 1E | 0 | 15 | 34 | 4B | 24 | 23 | 12 |
| Octal | 77 | 62 | 36 | 0 | 25 | 64 | 113 | 44 | 43 | 22 |
| Binary | 111111 | 110010 | 11110 | 0 | 10101 | 110100 | 1001011 | 100100 | 100011 | 10010 |
Color Harmonies of #3F321E
Complementary color
Monochromatic Colors of #3F321E
Black with #3F321E
Text Example
Text Example
White with #3F321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F321E; }
p { color: rgb(63,50,30); }
H1.HeaderClassName
{
color: #3F321E;
}
.AnyTagClassName
{
color: #3F321E;
}
</style>
background-color css
<style>
a { background-color: #3F321E; }
a { background-color: rgb(63,50,30); }
div.DivClassName
{
background-color: #3F321E;
}
.BgClassName
{
background-color: #3F321E;
}
</style>
border-color css
<style>
span { border-color: #3F321E; }
span { border-color: rgb(63,50,30); }
td.TdClassName
{
border-color: #3F321E;
}
.TagClassName
{
border-color: #3F321E;
}
</style>