Shades of Mikado #3F3312
Tints of Mikado #3F3312
RGB
CMYK
RGB Variations
Color information
#3F3312 (or 0x3F3312) is known color: Mikado. HEX triplet: 3F, 33 and 12. RGB value is (63,51,18). Sum of RGB (Red+Green+Blue) = 63+51+18=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3312 is #C0CCED. Grayscale: #323232. Windows color (decimal): -12635374 or 1192767. OLE color: 1192767.
HSL color Cylindrical-coordinate representation of color #3F3312: hue angle of 44º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3312 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 18 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.75 |
| HSL | 44º | 0.56% | 0.16% | - |
| HSV(B) | 44º | 0.71% | 0.25% | - |
| XYZ | 3.34 | 3.47 | 1.07 | - |
| YUV | 50.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 18 | 0 | 0.19 | 0.71 | 0.75 | 44 | 0.56 | 0.16 |
| Hex | 3F | 33 | 12 | 0 | 13 | 47 | 4B | 2C | 38 | 10 |
| Octal | 77 | 63 | 22 | 0 | 23 | 107 | 113 | 54 | 70 | 20 |
| Binary | 111111 | 110011 | 10010 | 0 | 10011 | 1000111 | 1001011 | 101100 | 111000 | 10000 |
Color Harmonies of #3F3312
Complementary color
Monochromatic Colors of #3F3312
Black with #3F3312
Text Example
Text Example
White with #3F3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3312; }
p { color: rgb(63,51,18); }
H1.HeaderClassName
{
color: #3F3312;
}
.AnyTagClassName
{
color: #3F3312;
}
</style>
background-color css
<style>
a { background-color: #3F3312; }
a { background-color: rgb(63,51,18); }
div.DivClassName
{
background-color: #3F3312;
}
.BgClassName
{
background-color: #3F3312;
}
</style>
border-color css
<style>
span { border-color: #3F3312; }
span { border-color: rgb(63,51,18); }
td.TdClassName
{
border-color: #3F3312;
}
.TagClassName
{
border-color: #3F3312;
}
</style>