Shades of Mikado #3F3422
Tints of Mikado #3F3422
RGB
CMYK
RGB Variations
Color information
#3F3422 (or 0x3F3422) is known color: Mikado. HEX triplet: 3F, 34 and 22. RGB value is (63,52,34). Sum of RGB (Red+Green+Blue) = 63+52+34=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3422 is #C0CBDD. Grayscale: #353535. Windows color (decimal): -12635102 or 2241599. OLE color: 2241599.
HSL color Cylindrical-coordinate representation of color #3F3422: hue angle of 37.24º 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 #3F3422 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 34 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.75 |
| HSL | 37.24º | 0.3% | 0.19% | - |
| HSV(B) | 37.24º | 0.46% | 0.25% | - |
| XYZ | 3.57 | 3.63 | 2.03 | - |
| YUV | 53.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 34 | 0 | 0.17 | 0.46 | 0.75 | 37.24 | 0.3 | 0.19 |
| Hex | 3F | 34 | 22 | 0 | 11 | 2E | 4B | 25 | 1E | 13 |
| Octal | 77 | 64 | 42 | 0 | 21 | 56 | 113 | 45 | 36 | 23 |
| Binary | 111111 | 110100 | 100010 | 0 | 10001 | 101110 | 1001011 | 100101 | 11110 | 10011 |
Color Harmonies of #3F3422
Complementary color
Monochromatic Colors of #3F3422
Black with #3F3422
Text Example
Text Example
White with #3F3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3422; }
p { color: rgb(63,52,34); }
H1.HeaderClassName
{
color: #3F3422;
}
.AnyTagClassName
{
color: #3F3422;
}
</style>
background-color css
<style>
a { background-color: #3F3422; }
a { background-color: rgb(63,52,34); }
div.DivClassName
{
background-color: #3F3422;
}
.BgClassName
{
background-color: #3F3422;
}
</style>
border-color css
<style>
span { border-color: #3F3422; }
span { border-color: rgb(63,52,34); }
td.TdClassName
{
border-color: #3F3422;
}
.TagClassName
{
border-color: #3F3422;
}
</style>