Shades of Mikado #3F320C
Tints of Mikado #3F320C
RGB
CMYK
RGB Variations
Color information
#3F320C (or 0x3F320C) is known color: Mikado. HEX triplet: 3F, 32 and 0C. RGB value is (63,50,12). Sum of RGB (Red+Green+Blue) = 63+50+12=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F320C is #C0CDF3. Grayscale: #313131. Windows color (decimal): -12635636 or 799295. OLE color: 799295.
HSL color Cylindrical-coordinate representation of color #3F320C: hue angle of 44.71º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F320C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 12 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.75 |
| HSL | 44.71º | 0.68% | 0.15% | - |
| HSV(B) | 44.71º | 0.81% | 0.25% | - |
| XYZ | 3.26 | 3.36 | 0.83 | - |
| YUV | 49.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 12 | 0 | 0.21 | 0.81 | 0.75 | 44.71 | 0.68 | 0.15 |
| Hex | 3F | 32 | C | 0 | 15 | 51 | 4B | 2D | 44 | F |
| Octal | 77 | 62 | 14 | 0 | 25 | 121 | 113 | 55 | 104 | 17 |
| Binary | 111111 | 110010 | 1100 | 0 | 10101 | 1010001 | 1001011 | 101101 | 1000100 | 1111 |
Color Harmonies of #3F320C
Complementary color
Monochromatic Colors of #3F320C
Black with #3F320C
Text Example
Text Example
White with #3F320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F320C; }
p { color: rgb(63,50,12); }
H1.HeaderClassName
{
color: #3F320C;
}
.AnyTagClassName
{
color: #3F320C;
}
</style>
background-color css
<style>
a { background-color: #3F320C; }
a { background-color: rgb(63,50,12); }
div.DivClassName
{
background-color: #3F320C;
}
.BgClassName
{
background-color: #3F320C;
}
</style>
border-color css
<style>
span { border-color: #3F320C; }
span { border-color: rgb(63,50,12); }
td.TdClassName
{
border-color: #3F320C;
}
.TagClassName
{
border-color: #3F320C;
}
</style>