Shades of Mikado #3E3005
Tints of Mikado #3E3005
RGB
CMYK
RGB Variations
Color information
#3E3005 (or 0x3E3005) is known color: Mikado. HEX triplet: 3E, 30 and 05. RGB value is (62,48,5). Sum of RGB (Red+Green+Blue) = 62+48+5=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3005 is #C1CFFA. Grayscale: #2F2F2F. Windows color (decimal): -12701691 or 340030. OLE color: 340030.
HSL color Cylindrical-coordinate representation of color #3E3005: hue angle of 45.26º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E3005 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 5 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.76 |
| HSL | 45.26º | 0.85% | 0.13% | - |
| HSV(B) | 45.26º | 0.92% | 0.24% | - |
| XYZ | 3.07 | 3.15 | 0.59 | - |
| YUV | 47.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 5 | 0 | 0.23 | 0.92 | 0.76 | 45.26 | 0.85 | 0.13 |
| Hex | 3E | 30 | 5 | 0 | 17 | 5C | 4C | 2D | 55 | D |
| Octal | 76 | 60 | 5 | 0 | 27 | 134 | 114 | 55 | 125 | 15 |
| Binary | 111110 | 110000 | 101 | 0 | 10111 | 1011100 | 1001100 | 101101 | 1010101 | 1101 |
Color Harmonies of #3E3005
Complementary color
Monochromatic Colors of #3E3005
Black with #3E3005
Text Example
Text Example
White with #3E3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3005; }
p { color: rgb(62,48,5); }
H1.HeaderClassName
{
color: #3E3005;
}
.AnyTagClassName
{
color: #3E3005;
}
</style>
background-color css
<style>
a { background-color: #3E3005; }
a { background-color: rgb(62,48,5); }
div.DivClassName
{
background-color: #3E3005;
}
.BgClassName
{
background-color: #3E3005;
}
</style>
border-color css
<style>
span { border-color: #3E3005; }
span { border-color: rgb(62,48,5); }
td.TdClassName
{
border-color: #3E3005;
}
.TagClassName
{
border-color: #3E3005;
}
</style>