Shades of Mikado #3F3401
Tints of Mikado #3F3401
RGB
CMYK
RGB Variations
Color information
#3F3401 (or 0x3F3401) is known color: Mikado. HEX triplet: 3F, 34 and 01. RGB value is (63,52,1). Sum of RGB (Red+Green+Blue) = 63+52+1=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3401 is #C0CBFE. Grayscale: #313131. Windows color (decimal): -12635135 or 78911. OLE color: 78911.
HSL color Cylindrical-coordinate representation of color #3F3401: hue angle of 49.35º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3401 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 1 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.75 |
| HSL | 49.35º | 0.97% | 0.13% | - |
| HSV(B) | 49.35º | 0.98% | 0.25% | - |
| XYZ | 3.28 | 3.51 | 0.53 | - |
| YUV | 49.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 1 | 0 | 0.17 | 0.98 | 0.75 | 49.35 | 0.97 | 0.13 |
| Hex | 3F | 34 | 1 | 0 | 11 | 62 | 4B | 31 | 61 | D |
| Octal | 77 | 64 | 1 | 0 | 21 | 142 | 113 | 61 | 141 | 15 |
| Binary | 111111 | 110100 | 1 | 0 | 10001 | 1100010 | 1001011 | 110001 | 1100001 | 1101 |
Color Harmonies of #3F3401
Complementary color
Monochromatic Colors of #3F3401
Black with #3F3401
Text Example
Text Example
White with #3F3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3401; }
p { color: rgb(63,52,1); }
H1.HeaderClassName
{
color: #3F3401;
}
.AnyTagClassName
{
color: #3F3401;
}
</style>
background-color css
<style>
a { background-color: #3F3401; }
a { background-color: rgb(63,52,1); }
div.DivClassName
{
background-color: #3F3401;
}
.BgClassName
{
background-color: #3F3401;
}
</style>
border-color css
<style>
span { border-color: #3F3401; }
span { border-color: rgb(63,52,1); }
td.TdClassName
{
border-color: #3F3401;
}
.TagClassName
{
border-color: #3F3401;
}
</style>