Shades of Mikado #3F3304
Tints of Mikado #3F3304
RGB
CMYK
RGB Variations
Color information
#3F3304 (or 0x3F3304) is known color: Mikado. HEX triplet: 3F, 33 and 04. RGB value is (63,51,4). Sum of RGB (Red+Green+Blue) = 63+51+4=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3304 is #C0CCFB. Grayscale: #313131. Windows color (decimal): -12635388 or 275263. OLE color: 275263.
HSL color Cylindrical-coordinate representation of color #3F3304: hue angle of 47.8º 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 #3F3304 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 4 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.75 |
| HSL | 47.8º | 0.88% | 0.13% | - |
| HSV(B) | 47.8º | 0.94% | 0.25% | - |
| XYZ | 3.26 | 3.43 | 0.61 | - |
| YUV | 49.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 4 | 0 | 0.19 | 0.94 | 0.75 | 47.8 | 0.88 | 0.13 |
| Hex | 3F | 33 | 4 | 0 | 13 | 5E | 4B | 30 | 58 | D |
| Octal | 77 | 63 | 4 | 0 | 23 | 136 | 113 | 60 | 130 | 15 |
| Binary | 111111 | 110011 | 100 | 0 | 10011 | 1011110 | 1001011 | 110000 | 1011000 | 1101 |
Color Harmonies of #3F3304
Complementary color
Monochromatic Colors of #3F3304
Black with #3F3304
Text Example
Text Example
White with #3F3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3304; }
p { color: rgb(63,51,4); }
H1.HeaderClassName
{
color: #3F3304;
}
.AnyTagClassName
{
color: #3F3304;
}
</style>
background-color css
<style>
a { background-color: #3F3304; }
a { background-color: rgb(63,51,4); }
div.DivClassName
{
background-color: #3F3304;
}
.BgClassName
{
background-color: #3F3304;
}
</style>
border-color css
<style>
span { border-color: #3F3304; }
span { border-color: rgb(63,51,4); }
td.TdClassName
{
border-color: #3F3304;
}
.TagClassName
{
border-color: #3F3304;
}
</style>