Shades of Mikado #3F350A
Tints of Mikado #3F350A
RGB
CMYK
RGB Variations
Color information
#3F350A (or 0x3F350A) is known color: Mikado. HEX triplet: 3F, 35 and 0A. RGB value is (63,53,10). Sum of RGB (Red+Green+Blue) = 63+53+10=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F350A is #C0CAF5. Grayscale: #333333. Windows color (decimal): -12634870 or 668991. OLE color: 668991.
HSL color Cylindrical-coordinate representation of color #3F350A: hue angle of 48.68º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F350A is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 10 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.75 |
| HSL | 48.68º | 0.73% | 0.14% | - |
| HSV(B) | 48.68º | 0.84% | 0.25% | - |
| XYZ | 3.38 | 3.62 | 0.81 | - |
| YUV | 51.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 10 | 0 | 0.16 | 0.84 | 0.75 | 48.68 | 0.73 | 0.14 |
| Hex | 3F | 35 | A | 0 | 10 | 54 | 4B | 31 | 49 | E |
| Octal | 77 | 65 | 12 | 0 | 20 | 124 | 113 | 61 | 111 | 16 |
| Binary | 111111 | 110101 | 1010 | 0 | 10000 | 1010100 | 1001011 | 110001 | 1001001 | 1110 |
Color Harmonies of #3F350A
Complementary color
Monochromatic Colors of #3F350A
Black with #3F350A
Text Example
Text Example
White with #3F350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F350A; }
p { color: rgb(63,53,10); }
H1.HeaderClassName
{
color: #3F350A;
}
.AnyTagClassName
{
color: #3F350A;
}
</style>
background-color css
<style>
a { background-color: #3F350A; }
a { background-color: rgb(63,53,10); }
div.DivClassName
{
background-color: #3F350A;
}
.BgClassName
{
background-color: #3F350A;
}
</style>
border-color css
<style>
span { border-color: #3F350A; }
span { border-color: rgb(63,53,10); }
td.TdClassName
{
border-color: #3F350A;
}
.TagClassName
{
border-color: #3F350A;
}
</style>