Shades of Mikado #3F2D10
Tints of Mikado #3F2D10
RGB
CMYK
RGB Variations
Color information
#3F2D10 (or 0x3F2D10) is known color: Mikado. HEX triplet: 3F, 2D and 10. RGB value is (63,45,16). Sum of RGB (Red+Green+Blue) = 63+45+16=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2D10 is #C0D2EF. Grayscale: #2F2F2F. Windows color (decimal): -12636912 or 1060159. OLE color: 1060159.
HSL color Cylindrical-coordinate representation of color #3F2D10: hue angle of 37.02º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2D10 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 16 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.75 |
| HSL | 37.02º | 0.59% | 0.15% | - |
| HSV(B) | 37.02º | 0.75% | 0.25% | - |
| XYZ | 3.08 | 2.97 | 0.9 | - |
| YUV | 47.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 16 | 0 | 0.29 | 0.75 | 0.75 | 37.02 | 0.59 | 0.15 |
| Hex | 3F | 2D | 10 | 0 | 1D | 4B | 4B | 25 | 3B | F |
| Octal | 77 | 55 | 20 | 0 | 35 | 113 | 113 | 45 | 73 | 17 |
| Binary | 111111 | 101101 | 10000 | 0 | 11101 | 1001011 | 1001011 | 100101 | 111011 | 1111 |
Color Harmonies of #3F2D10
Complementary color
Monochromatic Colors of #3F2D10
Black with #3F2D10
Text Example
Text Example
White with #3F2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D10; }
p { color: rgb(63,45,16); }
H1.HeaderClassName
{
color: #3F2D10;
}
.AnyTagClassName
{
color: #3F2D10;
}
</style>
background-color css
<style>
a { background-color: #3F2D10; }
a { background-color: rgb(63,45,16); }
div.DivClassName
{
background-color: #3F2D10;
}
.BgClassName
{
background-color: #3F2D10;
}
</style>
border-color css
<style>
span { border-color: #3F2D10; }
span { border-color: rgb(63,45,16); }
td.TdClassName
{
border-color: #3F2D10;
}
.TagClassName
{
border-color: #3F2D10;
}
</style>