Shades of Mikado #3F321A
Tints of Mikado #3F321A
RGB
CMYK
RGB Variations
Color information
#3F321A (or 0x3F321A) is known color: Mikado. HEX triplet: 3F, 32 and 1A. RGB value is (63,50,26). Sum of RGB (Red+Green+Blue) = 63+50+26=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F321A is #C0CDE5. Grayscale: #333333. Windows color (decimal): -12635622 or 1716799. OLE color: 1716799.
HSL color Cylindrical-coordinate representation of color #3F321A: hue angle of 38.92º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F321A is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 26 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.75 |
| HSL | 38.92º | 0.42% | 0.17% | - |
| HSV(B) | 38.92º | 0.59% | 0.25% | - |
| XYZ | 3.38 | 3.41 | 1.46 | - |
| YUV | 51.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 26 | 0 | 0.21 | 0.59 | 0.75 | 38.92 | 0.42 | 0.17 |
| Hex | 3F | 32 | 1A | 0 | 15 | 3B | 4B | 27 | 2A | 11 |
| Octal | 77 | 62 | 32 | 0 | 25 | 73 | 113 | 47 | 52 | 21 |
| Binary | 111111 | 110010 | 11010 | 0 | 10101 | 111011 | 1001011 | 100111 | 101010 | 10001 |
Color Harmonies of #3F321A
Complementary color
Monochromatic Colors of #3F321A
Black with #3F321A
Text Example
Text Example
White with #3F321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F321A; }
p { color: rgb(63,50,26); }
H1.HeaderClassName
{
color: #3F321A;
}
.AnyTagClassName
{
color: #3F321A;
}
</style>
background-color css
<style>
a { background-color: #3F321A; }
a { background-color: rgb(63,50,26); }
div.DivClassName
{
background-color: #3F321A;
}
.BgClassName
{
background-color: #3F321A;
}
</style>
border-color css
<style>
span { border-color: #3F321A; }
span { border-color: rgb(63,50,26); }
td.TdClassName
{
border-color: #3F321A;
}
.TagClassName
{
border-color: #3F321A;
}
</style>