Shades of Mikado #3F3005
Tints of Mikado #3F3005
RGB
CMYK
RGB Variations
Color information
#3F3005 (or 0x3F3005) is known color: Mikado. HEX triplet: 3F, 30 and 05. RGB value is (63,48,5). Sum of RGB (Red+Green+Blue) = 63+48+5=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3005 is #C0CFFA. Grayscale: #2F2F2F. Windows color (decimal): -12636155 or 340031. OLE color: 340031.
HSL color Cylindrical-coordinate representation of color #3F3005: hue angle of 44.48º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F3005 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 5 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.75 |
| HSL | 44.48º | 0.85% | 0.13% | - |
| HSV(B) | 44.48º | 0.92% | 0.25% | - |
| XYZ | 3.13 | 3.18 | 0.59 | - |
| YUV | 47.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 5 | 0 | 0.24 | 0.92 | 0.75 | 44.48 | 0.85 | 0.13 |
| Hex | 3F | 30 | 5 | 0 | 18 | 5C | 4B | 2C | 55 | D |
| Octal | 77 | 60 | 5 | 0 | 30 | 134 | 113 | 54 | 125 | 15 |
| Binary | 111111 | 110000 | 101 | 0 | 11000 | 1011100 | 1001011 | 101100 | 1010101 | 1101 |
Color Harmonies of #3F3005
Complementary color
Monochromatic Colors of #3F3005
Black with #3F3005
Text Example
Text Example
White with #3F3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3005; }
p { color: rgb(63,48,5); }
H1.HeaderClassName
{
color: #3F3005;
}
.AnyTagClassName
{
color: #3F3005;
}
</style>
background-color css
<style>
a { background-color: #3F3005; }
a { background-color: rgb(63,48,5); }
div.DivClassName
{
background-color: #3F3005;
}
.BgClassName
{
background-color: #3F3005;
}
</style>
border-color css
<style>
span { border-color: #3F3005; }
span { border-color: rgb(63,48,5); }
td.TdClassName
{
border-color: #3F3005;
}
.TagClassName
{
border-color: #3F3005;
}
</style>