Shades of Mikado #3F3622
Tints of Mikado #3F3622
RGB
CMYK
RGB Variations
Color information
#3F3622 (or 0x3F3622) is known color: Mikado. HEX triplet: 3F, 36 and 22. RGB value is (63,54,34). Sum of RGB (Red+Green+Blue) = 63+54+34=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3622 is #C0C9DD. Grayscale: #363636. Windows color (decimal): -12634590 or 2242111. OLE color: 2242111.
HSL color Cylindrical-coordinate representation of color #3F3622: hue angle of 41.38º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3622 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 34 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.75 |
| HSL | 41.38º | 0.3% | 0.19% | - |
| HSV(B) | 41.38º | 0.46% | 0.25% | - |
| XYZ | 3.66 | 3.81 | 2.06 | - |
| YUV | 54.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 34 | 0 | 0.14 | 0.46 | 0.75 | 41.38 | 0.3 | 0.19 |
| Hex | 3F | 36 | 22 | 0 | E | 2E | 4B | 29 | 1E | 13 |
| Octal | 77 | 66 | 42 | 0 | 16 | 56 | 113 | 51 | 36 | 23 |
| Binary | 111111 | 110110 | 100010 | 0 | 1110 | 101110 | 1001011 | 101001 | 11110 | 10011 |
Color Harmonies of #3F3622
Complementary color
Monochromatic Colors of #3F3622
Black with #3F3622
Text Example
Text Example
White with #3F3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3622; }
p { color: rgb(63,54,34); }
H1.HeaderClassName
{
color: #3F3622;
}
.AnyTagClassName
{
color: #3F3622;
}
</style>
background-color css
<style>
a { background-color: #3F3622; }
a { background-color: rgb(63,54,34); }
div.DivClassName
{
background-color: #3F3622;
}
.BgClassName
{
background-color: #3F3622;
}
</style>
border-color css
<style>
span { border-color: #3F3622; }
span { border-color: rgb(63,54,34); }
td.TdClassName
{
border-color: #3F3622;
}
.TagClassName
{
border-color: #3F3622;
}
</style>