Shades of Mikado #3E3016
Tints of Mikado #3E3016
RGB
CMYK
RGB Variations
Color information
#3E3016 (or 0x3E3016) is known color: Mikado. HEX triplet: 3E, 30 and 16. RGB value is (62,48,22). Sum of RGB (Red+Green+Blue) = 62+48+22=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3016 is #C1CFE9. Grayscale: #313131. Windows color (decimal): -12701674 or 1454142. OLE color: 1454142.
HSL color Cylindrical-coordinate representation of color #3E3016: hue angle of 39º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3016 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 22 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.76 |
| HSL | 39º | 0.48% | 0.16% | - |
| HSV(B) | 39º | 0.65% | 0.24% | - |
| XYZ | 3.19 | 3.2 | 1.21 | - |
| YUV | 49.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 22 | 0 | 0.23 | 0.65 | 0.76 | 39 | 0.48 | 0.16 |
| Hex | 3E | 30 | 16 | 0 | 17 | 41 | 4C | 27 | 30 | 10 |
| Octal | 76 | 60 | 26 | 0 | 27 | 101 | 114 | 47 | 60 | 20 |
| Binary | 111110 | 110000 | 10110 | 0 | 10111 | 1000001 | 1001100 | 100111 | 110000 | 10000 |
Color Harmonies of #3E3016
Complementary color
Monochromatic Colors of #3E3016
Black with #3E3016
Text Example
Text Example
White with #3E3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3016; }
p { color: rgb(62,48,22); }
H1.HeaderClassName
{
color: #3E3016;
}
.AnyTagClassName
{
color: #3E3016;
}
</style>
background-color css
<style>
a { background-color: #3E3016; }
a { background-color: rgb(62,48,22); }
div.DivClassName
{
background-color: #3E3016;
}
.BgClassName
{
background-color: #3E3016;
}
</style>
border-color css
<style>
span { border-color: #3E3016; }
span { border-color: rgb(62,48,22); }
td.TdClassName
{
border-color: #3E3016;
}
.TagClassName
{
border-color: #3E3016;
}
</style>