Shades of Mikado #3F3822
Tints of Mikado #3F3822
RGB
CMYK
RGB Variations
Color information
#3F3822 (or 0x3F3822) is known color: Mikado. HEX triplet: 3F, 38 and 22. RGB value is (63,56,34). Sum of RGB (Red+Green+Blue) = 63+56+34=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3822 is #C0C7DD. Grayscale: #373737. Windows color (decimal): -12634078 or 2242623. OLE color: 2242623.
HSL color Cylindrical-coordinate representation of color #3F3822: hue angle of 45.52º 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 #3F3822 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 34 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.75 |
| HSL | 45.52º | 0.3% | 0.19% | - |
| HSV(B) | 45.52º | 0.46% | 0.25% | - |
| XYZ | 3.75 | 4 | 2.09 | - |
| YUV | 55.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 34 | 0 | 0.11 | 0.46 | 0.75 | 45.52 | 0.3 | 0.19 |
| Hex | 3F | 38 | 22 | 0 | B | 2E | 4B | 2E | 1E | 13 |
| Octal | 77 | 70 | 42 | 0 | 13 | 56 | 113 | 56 | 36 | 23 |
| Binary | 111111 | 111000 | 100010 | 0 | 1011 | 101110 | 1001011 | 101110 | 11110 | 10011 |
Color Harmonies of #3F3822
Complementary color
Monochromatic Colors of #3F3822
Black with #3F3822
Text Example
Text Example
White with #3F3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3822; }
p { color: rgb(63,56,34); }
H1.HeaderClassName
{
color: #3F3822;
}
.AnyTagClassName
{
color: #3F3822;
}
</style>
background-color css
<style>
a { background-color: #3F3822; }
a { background-color: rgb(63,56,34); }
div.DivClassName
{
background-color: #3F3822;
}
.BgClassName
{
background-color: #3F3822;
}
</style>
border-color css
<style>
span { border-color: #3F3822; }
span { border-color: rgb(63,56,34); }
td.TdClassName
{
border-color: #3F3822;
}
.TagClassName
{
border-color: #3F3822;
}
</style>