Shades of Mikado #3F2F05
Tints of Mikado #3F2F05
RGB
CMYK
RGB Variations
Color information
#3F2F05 (or 0x3F2F05) is known color: Mikado. HEX triplet: 3F, 2F and 05. RGB value is (63,47,5). Sum of RGB (Red+Green+Blue) = 63+47+5=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F05 is #C0D0FA. Grayscale: #2F2F2F. Windows color (decimal): -12636411 or 339775. OLE color: 339775.
HSL color Cylindrical-coordinate representation of color #3F2F05: hue angle of 43.45º 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 #3F2F05 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 5 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.75 |
| HSL | 43.45º | 0.85% | 0.13% | - |
| HSV(B) | 43.45º | 0.92% | 0.25% | - |
| XYZ | 3.09 | 3.1 | 0.58 | - |
| YUV | 47 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 5 | 0 | 0.25 | 0.92 | 0.75 | 43.45 | 0.85 | 0.13 |
| Hex | 3F | 2F | 5 | 0 | 19 | 5C | 4B | 2B | 55 | D |
| Octal | 77 | 57 | 5 | 0 | 31 | 134 | 113 | 53 | 125 | 15 |
| Binary | 111111 | 101111 | 101 | 0 | 11001 | 1011100 | 1001011 | 101011 | 1010101 | 1101 |
Color Harmonies of #3F2F05
Complementary color
Monochromatic Colors of #3F2F05
Black with #3F2F05
Text Example
Text Example
White with #3F2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F05; }
p { color: rgb(63,47,5); }
H1.HeaderClassName
{
color: #3F2F05;
}
.AnyTagClassName
{
color: #3F2F05;
}
</style>
background-color css
<style>
a { background-color: #3F2F05; }
a { background-color: rgb(63,47,5); }
div.DivClassName
{
background-color: #3F2F05;
}
.BgClassName
{
background-color: #3F2F05;
}
</style>
border-color css
<style>
span { border-color: #3F2F05; }
span { border-color: rgb(63,47,5); }
td.TdClassName
{
border-color: #3F2F05;
}
.TagClassName
{
border-color: #3F2F05;
}
</style>