Shades of Mikado #3F3305
Tints of Mikado #3F3305
RGB
CMYK
RGB Variations
Color information
#3F3305 (or 0x3F3305) is known color: Mikado. HEX triplet: 3F, 33 and 05. RGB value is (63,51,5). Sum of RGB (Red+Green+Blue) = 63+51+5=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3305 is #C0CCFA. Grayscale: #313131. Windows color (decimal): -12635387 or 340799. OLE color: 340799.
HSL color Cylindrical-coordinate representation of color #3F3305: hue angle of 47.59º 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 #3F3305 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 5 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.75 |
| HSL | 47.59º | 0.85% | 0.13% | - |
| HSV(B) | 47.59º | 0.92% | 0.25% | - |
| XYZ | 3.26 | 3.44 | 0.63 | - |
| YUV | 49.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 5 | 0 | 0.19 | 0.92 | 0.75 | 47.59 | 0.85 | 0.13 |
| Hex | 3F | 33 | 5 | 0 | 13 | 5C | 4B | 30 | 55 | D |
| Octal | 77 | 63 | 5 | 0 | 23 | 134 | 113 | 60 | 125 | 15 |
| Binary | 111111 | 110011 | 101 | 0 | 10011 | 1011100 | 1001011 | 110000 | 1010101 | 1101 |
Color Harmonies of #3F3305
Complementary color
Monochromatic Colors of #3F3305
Black with #3F3305
Text Example
Text Example
White with #3F3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3305; }
p { color: rgb(63,51,5); }
H1.HeaderClassName
{
color: #3F3305;
}
.AnyTagClassName
{
color: #3F3305;
}
</style>
background-color css
<style>
a { background-color: #3F3305; }
a { background-color: rgb(63,51,5); }
div.DivClassName
{
background-color: #3F3305;
}
.BgClassName
{
background-color: #3F3305;
}
</style>
border-color css
<style>
span { border-color: #3F3305; }
span { border-color: rgb(63,51,5); }
td.TdClassName
{
border-color: #3F3305;
}
.TagClassName
{
border-color: #3F3305;
}
</style>