Shades of Mikado #3F3619
Tints of Mikado #3F3619
RGB
CMYK
RGB Variations
Color information
#3F3619 (or 0x3F3619) is known color: Mikado. HEX triplet: 3F, 36 and 19. RGB value is (63,54,25). Sum of RGB (Red+Green+Blue) = 63+54+25=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3619 is #C0C9E6. Grayscale: #353535. Windows color (decimal): -12634599 or 1652287. OLE color: 1652287.
HSL color Cylindrical-coordinate representation of color #3F3619: hue angle of 45.79º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3619 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 25 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.75 |
| HSL | 45.79º | 0.43% | 0.17% | - |
| HSV(B) | 45.79º | 0.6% | 0.25% | - |
| XYZ | 3.54 | 3.77 | 1.46 | - |
| YUV | 53.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 25 | 0 | 0.14 | 0.60 | 0.75 | 45.79 | 0.43 | 0.17 |
| Hex | 3F | 36 | 19 | 0 | E | 3C | 4B | 2E | 2B | 11 |
| Octal | 77 | 66 | 31 | 0 | 16 | 74 | 113 | 56 | 53 | 21 |
| Binary | 111111 | 110110 | 11001 | 0 | 1110 | 111100 | 1001011 | 101110 | 101011 | 10001 |
Color Harmonies of #3F3619
Complementary color
Monochromatic Colors of #3F3619
Black with #3F3619
Text Example
Text Example
White with #3F3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3619; }
p { color: rgb(63,54,25); }
H1.HeaderClassName
{
color: #3F3619;
}
.AnyTagClassName
{
color: #3F3619;
}
</style>
background-color css
<style>
a { background-color: #3F3619; }
a { background-color: rgb(63,54,25); }
div.DivClassName
{
background-color: #3F3619;
}
.BgClassName
{
background-color: #3F3619;
}
</style>
border-color css
<style>
span { border-color: #3F3619; }
span { border-color: rgb(63,54,25); }
td.TdClassName
{
border-color: #3F3619;
}
.TagClassName
{
border-color: #3F3619;
}
</style>