Shades of Mikado #3F3201
Tints of Mikado #3F3201
RGB
CMYK
RGB Variations
Color information
#3F3201 (or 0x3F3201) is known color: Mikado. HEX triplet: 3F, 32 and 01. RGB value is (63,50,1). Sum of RGB (Red+Green+Blue) = 63+50+1=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3201 is #C0CDFE. Grayscale: #303030. Windows color (decimal): -12635647 or 78399. OLE color: 78399.
HSL color Cylindrical-coordinate representation of color #3F3201: hue angle of 47.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3201 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 1 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.75 |
| HSL | 47.42º | 0.97% | 0.13% | - |
| HSV(B) | 47.42º | 0.98% | 0.25% | - |
| XYZ | 3.2 | 3.34 | 0.5 | - |
| YUV | 48.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 1 | 0 | 0.21 | 0.98 | 0.75 | 47.42 | 0.97 | 0.13 |
| Hex | 3F | 32 | 1 | 0 | 15 | 62 | 4B | 2F | 61 | D |
| Octal | 77 | 62 | 1 | 0 | 25 | 142 | 113 | 57 | 141 | 15 |
| Binary | 111111 | 110010 | 1 | 0 | 10101 | 1100010 | 1001011 | 101111 | 1100001 | 1101 |
Color Harmonies of #3F3201
Complementary color
Monochromatic Colors of #3F3201
Black with #3F3201
Text Example
Text Example
White with #3F3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3201; }
p { color: rgb(63,50,1); }
H1.HeaderClassName
{
color: #3F3201;
}
.AnyTagClassName
{
color: #3F3201;
}
</style>
background-color css
<style>
a { background-color: #3F3201; }
a { background-color: rgb(63,50,1); }
div.DivClassName
{
background-color: #3F3201;
}
.BgClassName
{
background-color: #3F3201;
}
</style>
border-color css
<style>
span { border-color: #3F3201; }
span { border-color: rgb(63,50,1); }
td.TdClassName
{
border-color: #3F3201;
}
.TagClassName
{
border-color: #3F3201;
}
</style>