Shades of Mikado #3F3504
Tints of Mikado #3F3504
RGB
CMYK
RGB Variations
Color information
#3F3504 (or 0x3F3504) is known color: Mikado. HEX triplet: 3F, 35 and 04. RGB value is (63,53,4). Sum of RGB (Red+Green+Blue) = 63+53+4=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3504 is #C0CAFB. Grayscale: #323232. Windows color (decimal): -12634876 or 275775. OLE color: 275775.
HSL color Cylindrical-coordinate representation of color #3F3504: hue angle of 49.83º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F3504 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 4 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.75 |
| HSL | 49.83º | 0.88% | 0.13% | - |
| HSV(B) | 49.83º | 0.94% | 0.25% | - |
| XYZ | 3.34 | 3.61 | 0.64 | - |
| YUV | 50.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 4 | 0 | 0.16 | 0.94 | 0.75 | 49.83 | 0.88 | 0.13 |
| Hex | 3F | 35 | 4 | 0 | 10 | 5E | 4B | 32 | 58 | D |
| Octal | 77 | 65 | 4 | 0 | 20 | 136 | 113 | 62 | 130 | 15 |
| Binary | 111111 | 110101 | 100 | 0 | 10000 | 1011110 | 1001011 | 110010 | 1011000 | 1101 |
Color Harmonies of #3F3504
Complementary color
Monochromatic Colors of #3F3504
Black with #3F3504
Text Example
Text Example
White with #3F3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3504; }
p { color: rgb(63,53,4); }
H1.HeaderClassName
{
color: #3F3504;
}
.AnyTagClassName
{
color: #3F3504;
}
</style>
background-color css
<style>
a { background-color: #3F3504; }
a { background-color: rgb(63,53,4); }
div.DivClassName
{
background-color: #3F3504;
}
.BgClassName
{
background-color: #3F3504;
}
</style>
border-color css
<style>
span { border-color: #3F3504; }
span { border-color: rgb(63,53,4); }
td.TdClassName
{
border-color: #3F3504;
}
.TagClassName
{
border-color: #3F3504;
}
</style>