Shades of Mikado #3F330C
Tints of Mikado #3F330C
RGB
CMYK
RGB Variations
Color information
#3F330C (or 0x3F330C) is known color: Mikado. HEX triplet: 3F, 33 and 0C. RGB value is (63,51,12). Sum of RGB (Red+Green+Blue) = 63+51+12=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F330C is #C0CCF3. Grayscale: #323232. Windows color (decimal): -12635380 or 799551. OLE color: 799551.
HSL color Cylindrical-coordinate representation of color #3F330C: hue angle of 45.88º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F330C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 12 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.75 |
| HSL | 45.88º | 0.68% | 0.15% | - |
| HSV(B) | 45.88º | 0.81% | 0.25% | - |
| XYZ | 3.3 | 3.45 | 0.84 | - |
| YUV | 50.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 12 | 0 | 0.19 | 0.81 | 0.75 | 45.88 | 0.68 | 0.15 |
| Hex | 3F | 33 | C | 0 | 13 | 51 | 4B | 2E | 44 | F |
| Octal | 77 | 63 | 14 | 0 | 23 | 121 | 113 | 56 | 104 | 17 |
| Binary | 111111 | 110011 | 1100 | 0 | 10011 | 1010001 | 1001011 | 101110 | 1000100 | 1111 |
Color Harmonies of #3F330C
Complementary color
Monochromatic Colors of #3F330C
Black with #3F330C
Text Example
Text Example
White with #3F330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F330C; }
p { color: rgb(63,51,12); }
H1.HeaderClassName
{
color: #3F330C;
}
.AnyTagClassName
{
color: #3F330C;
}
</style>
background-color css
<style>
a { background-color: #3F330C; }
a { background-color: rgb(63,51,12); }
div.DivClassName
{
background-color: #3F330C;
}
.BgClassName
{
background-color: #3F330C;
}
</style>
border-color css
<style>
span { border-color: #3F330C; }
span { border-color: rgb(63,51,12); }
td.TdClassName
{
border-color: #3F330C;
}
.TagClassName
{
border-color: #3F330C;
}
</style>