Shades of Mikado #3F3320
Tints of Mikado #3F3320
RGB
CMYK
RGB Variations
Color information
#3F3320 (or 0x3F3320) is known color: Mikado. HEX triplet: 3F, 33 and 20. RGB value is (63,51,32). Sum of RGB (Red+Green+Blue) = 63+51+32=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3320 is #C0CCDF. Grayscale: #343434. Windows color (decimal): -12635360 or 2110271. OLE color: 2110271.
HSL color Cylindrical-coordinate representation of color #3F3320: hue angle of 36.77º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3320 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 32 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.75 |
| HSL | 36.77º | 0.33% | 0.19% | - |
| HSV(B) | 36.77º | 0.49% | 0.25% | - |
| XYZ | 3.49 | 3.53 | 1.86 | - |
| YUV | 52.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 32 | 0 | 0.19 | 0.49 | 0.75 | 36.77 | 0.33 | 0.19 |
| Hex | 3F | 33 | 20 | 0 | 13 | 31 | 4B | 25 | 21 | 13 |
| Octal | 77 | 63 | 40 | 0 | 23 | 61 | 113 | 45 | 41 | 23 |
| Binary | 111111 | 110011 | 100000 | 0 | 10011 | 110001 | 1001011 | 100101 | 100001 | 10011 |
Color Harmonies of #3F3320
Complementary color
Monochromatic Colors of #3F3320
Black with #3F3320
Text Example
Text Example
White with #3F3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3320; }
p { color: rgb(63,51,32); }
H1.HeaderClassName
{
color: #3F3320;
}
.AnyTagClassName
{
color: #3F3320;
}
</style>
background-color css
<style>
a { background-color: #3F3320; }
a { background-color: rgb(63,51,32); }
div.DivClassName
{
background-color: #3F3320;
}
.BgClassName
{
background-color: #3F3320;
}
</style>
border-color css
<style>
span { border-color: #3F3320; }
span { border-color: rgb(63,51,32); }
td.TdClassName
{
border-color: #3F3320;
}
.TagClassName
{
border-color: #3F3320;
}
</style>