Shades of Mikado #3F3721
Tints of Mikado #3F3721
RGB
CMYK
RGB Variations
Color information
#3F3721 (or 0x3F3721) is known color: Mikado. HEX triplet: 3F, 37 and 21. RGB value is (63,55,33). Sum of RGB (Red+Green+Blue) = 63+55+33=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3721 is #C0C8DE. Grayscale: #363636. Windows color (decimal): -12634335 or 2176831. OLE color: 2176831.
HSL color Cylindrical-coordinate representation of color #3F3721: hue angle of 44º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3721 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 33 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.75 |
| HSL | 44º | 0.31% | 0.19% | - |
| HSV(B) | 44º | 0.48% | 0.25% | - |
| XYZ | 3.69 | 3.9 | 2 | - |
| YUV | 54.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 33 | 0 | 0.13 | 0.48 | 0.75 | 44 | 0.31 | 0.19 |
| Hex | 3F | 37 | 21 | 0 | D | 30 | 4B | 2C | 1F | 13 |
| Octal | 77 | 67 | 41 | 0 | 15 | 60 | 113 | 54 | 37 | 23 |
| Binary | 111111 | 110111 | 100001 | 0 | 1101 | 110000 | 1001011 | 101100 | 11111 | 10011 |
Color Harmonies of #3F3721
Complementary color
Monochromatic Colors of #3F3721
Black with #3F3721
Text Example
Text Example
White with #3F3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3721; }
p { color: rgb(63,55,33); }
H1.HeaderClassName
{
color: #3F3721;
}
.AnyTagClassName
{
color: #3F3721;
}
</style>
background-color css
<style>
a { background-color: #3F3721; }
a { background-color: rgb(63,55,33); }
div.DivClassName
{
background-color: #3F3721;
}
.BgClassName
{
background-color: #3F3721;
}
</style>
border-color css
<style>
span { border-color: #3F3721; }
span { border-color: rgb(63,55,33); }
td.TdClassName
{
border-color: #3F3721;
}
.TagClassName
{
border-color: #3F3721;
}
</style>