Shades of Mikado #3F3321
Tints of Mikado #3F3321
RGB
CMYK
RGB Variations
Color information
#3F3321 (or 0x3F3321) is known color: Mikado. HEX triplet: 3F, 33 and 21. RGB value is (63,51,33). Sum of RGB (Red+Green+Blue) = 63+51+33=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3321 is #C0CCDE. Grayscale: #343434. Windows color (decimal): -12635359 or 2175807. OLE color: 2175807.
HSL color Cylindrical-coordinate representation of color #3F3321: hue angle of 36º 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 #3F3321 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 33 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.75 |
| HSL | 36º | 0.31% | 0.19% | - |
| HSV(B) | 36º | 0.48% | 0.25% | - |
| XYZ | 3.51 | 3.53 | 1.94 | - |
| YUV | 52.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 33 | 0 | 0.19 | 0.48 | 0.75 | 36 | 0.31 | 0.19 |
| Hex | 3F | 33 | 21 | 0 | 13 | 30 | 4B | 24 | 1F | 13 |
| Octal | 77 | 63 | 41 | 0 | 23 | 60 | 113 | 44 | 37 | 23 |
| Binary | 111111 | 110011 | 100001 | 0 | 10011 | 110000 | 1001011 | 100100 | 11111 | 10011 |
Color Harmonies of #3F3321
Complementary color
Monochromatic Colors of #3F3321
Black with #3F3321
Text Example
Text Example
White with #3F3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3321; }
p { color: rgb(63,51,33); }
H1.HeaderClassName
{
color: #3F3321;
}
.AnyTagClassName
{
color: #3F3321;
}
</style>
background-color css
<style>
a { background-color: #3F3321; }
a { background-color: rgb(63,51,33); }
div.DivClassName
{
background-color: #3F3321;
}
.BgClassName
{
background-color: #3F3321;
}
</style>
border-color css
<style>
span { border-color: #3F3321; }
span { border-color: rgb(63,51,33); }
td.TdClassName
{
border-color: #3F3321;
}
.TagClassName
{
border-color: #3F3321;
}
</style>