Shades of Mikado #3F2F04
Tints of Mikado #3F2F04
RGB
CMYK
RGB Variations
Color information
#3F2F04 (or 0x3F2F04) is known color: Mikado. HEX triplet: 3F, 2F and 04. RGB value is (63,47,4). Sum of RGB (Red+Green+Blue) = 63+47+4=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F04 is #C0D0FB. Grayscale: #2F2F2F. Windows color (decimal): -12636412 or 274239. OLE color: 274239.
HSL color Cylindrical-coordinate representation of color #3F2F04: hue angle of 43.73º 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 #3F2F04 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 4 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.75 |
| HSL | 43.73º | 0.88% | 0.13% | - |
| HSV(B) | 43.73º | 0.94% | 0.25% | - |
| XYZ | 3.09 | 3.1 | 0.55 | - |
| YUV | 46.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 4 | 0 | 0.25 | 0.94 | 0.75 | 43.73 | 0.88 | 0.13 |
| Hex | 3F | 2F | 4 | 0 | 19 | 5E | 4B | 2C | 58 | D |
| Octal | 77 | 57 | 4 | 0 | 31 | 136 | 113 | 54 | 130 | 15 |
| Binary | 111111 | 101111 | 100 | 0 | 11001 | 1011110 | 1001011 | 101100 | 1011000 | 1101 |
Color Harmonies of #3F2F04
Complementary color
Monochromatic Colors of #3F2F04
Black with #3F2F04
Text Example
Text Example
White with #3F2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F04; }
p { color: rgb(63,47,4); }
H1.HeaderClassName
{
color: #3F2F04;
}
.AnyTagClassName
{
color: #3F2F04;
}
</style>
background-color css
<style>
a { background-color: #3F2F04; }
a { background-color: rgb(63,47,4); }
div.DivClassName
{
background-color: #3F2F04;
}
.BgClassName
{
background-color: #3F2F04;
}
</style>
border-color css
<style>
span { border-color: #3F2F04; }
span { border-color: rgb(63,47,4); }
td.TdClassName
{
border-color: #3F2F04;
}
.TagClassName
{
border-color: #3F2F04;
}
</style>