Shades of Mikado #3F3722
Tints of Mikado #3F3722
RGB
CMYK
RGB Variations
Color information
#3F3722 (or 0x3F3722) is known color: Mikado. HEX triplet: 3F, 37 and 22. RGB value is (63,55,34). Sum of RGB (Red+Green+Blue) = 63+55+34=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3722 is #C0C8DD. Grayscale: #373737. Windows color (decimal): -12634334 or 2242367. OLE color: 2242367.
HSL color Cylindrical-coordinate representation of color #3F3722: hue angle of 43.45º 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 #3F3722 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 34 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.75 |
| HSL | 43.45º | 0.3% | 0.19% | - |
| HSV(B) | 43.45º | 0.46% | 0.25% | - |
| XYZ | 3.7 | 3.9 | 2.07 | - |
| YUV | 55 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 34 | 0 | 0.13 | 0.46 | 0.75 | 43.45 | 0.3 | 0.19 |
| Hex | 3F | 37 | 22 | 0 | D | 2E | 4B | 2B | 1E | 13 |
| Octal | 77 | 67 | 42 | 0 | 15 | 56 | 113 | 53 | 36 | 23 |
| Binary | 111111 | 110111 | 100010 | 0 | 1101 | 101110 | 1001011 | 101011 | 11110 | 10011 |
Color Harmonies of #3F3722
Complementary color
Monochromatic Colors of #3F3722
Black with #3F3722
Text Example
Text Example
White with #3F3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3722; }
p { color: rgb(63,55,34); }
H1.HeaderClassName
{
color: #3F3722;
}
.AnyTagClassName
{
color: #3F3722;
}
</style>
background-color css
<style>
a { background-color: #3F3722; }
a { background-color: rgb(63,55,34); }
div.DivClassName
{
background-color: #3F3722;
}
.BgClassName
{
background-color: #3F3722;
}
</style>
border-color css
<style>
span { border-color: #3F3722; }
span { border-color: rgb(63,55,34); }
td.TdClassName
{
border-color: #3F3722;
}
.TagClassName
{
border-color: #3F3722;
}
</style>