Shades of Mikado #3F330D
Tints of Mikado #3F330D
RGB
CMYK
RGB Variations
Color information
#3F330D (or 0x3F330D) is known color: Mikado. HEX triplet: 3F, 33 and 0D. RGB value is (63,51,13). Sum of RGB (Red+Green+Blue) = 63+51+13=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F330D is #C0CCF2. Grayscale: #323232. Windows color (decimal): -12635379 or 865087. OLE color: 865087.
HSL color Cylindrical-coordinate representation of color #3F330D: hue angle of 45.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F330D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 13 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.75 |
| HSL | 45.6º | 0.66% | 0.15% | - |
| HSV(B) | 45.6º | 0.79% | 0.25% | - |
| XYZ | 3.31 | 3.45 | 0.87 | - |
| YUV | 50.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 13 | 0 | 0.19 | 0.79 | 0.75 | 45.6 | 0.66 | 0.15 |
| Hex | 3F | 33 | D | 0 | 13 | 4F | 4B | 2E | 42 | F |
| Octal | 77 | 63 | 15 | 0 | 23 | 117 | 113 | 56 | 102 | 17 |
| Binary | 111111 | 110011 | 1101 | 0 | 10011 | 1001111 | 1001011 | 101110 | 1000010 | 1111 |
Color Harmonies of #3F330D
Complementary color
Monochromatic Colors of #3F330D
Black with #3F330D
Text Example
Text Example
White with #3F330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F330D; }
p { color: rgb(63,51,13); }
H1.HeaderClassName
{
color: #3F330D;
}
.AnyTagClassName
{
color: #3F330D;
}
</style>
background-color css
<style>
a { background-color: #3F330D; }
a { background-color: rgb(63,51,13); }
div.DivClassName
{
background-color: #3F330D;
}
.BgClassName
{
background-color: #3F330D;
}
</style>
border-color css
<style>
span { border-color: #3F330D; }
span { border-color: rgb(63,51,13); }
td.TdClassName
{
border-color: #3F330D;
}
.TagClassName
{
border-color: #3F330D;
}
</style>