Shades of Mikado #3E3713
Tints of Mikado #3E3713
RGB
CMYK
RGB Variations
Color information
#3E3713 (or 0x3E3713) is known color: Mikado. HEX triplet: 3E, 37 and 13. RGB value is (62,55,19). Sum of RGB (Red+Green+Blue) = 62+55+19=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3713 is #C1C8EC. Grayscale: #353535. Windows color (decimal): -12699885 or 1259326. OLE color: 1259326.
HSL color Cylindrical-coordinate representation of color #3E3713: hue angle of 50.23º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3713 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 19 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.76 |
| HSL | 50.23º | 0.53% | 0.16% | - |
| HSV(B) | 50.23º | 0.69% | 0.24% | - |
| XYZ | 3.47 | 3.8 | 1.17 | - |
| YUV | 52.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 19 | 0 | 0.11 | 0.69 | 0.76 | 50.23 | 0.53 | 0.16 |
| Hex | 3E | 37 | 13 | 0 | B | 45 | 4C | 32 | 35 | 10 |
| Octal | 76 | 67 | 23 | 0 | 13 | 105 | 114 | 62 | 65 | 20 |
| Binary | 111110 | 110111 | 10011 | 0 | 1011 | 1000101 | 1001100 | 110010 | 110101 | 10000 |
Color Harmonies of #3E3713
Complementary color
Monochromatic Colors of #3E3713
Black with #3E3713
Text Example
Text Example
White with #3E3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3713; }
p { color: rgb(62,55,19); }
H1.HeaderClassName
{
color: #3E3713;
}
.AnyTagClassName
{
color: #3E3713;
}
</style>
background-color css
<style>
a { background-color: #3E3713; }
a { background-color: rgb(62,55,19); }
div.DivClassName
{
background-color: #3E3713;
}
.BgClassName
{
background-color: #3E3713;
}
</style>
border-color css
<style>
span { border-color: #3E3713; }
span { border-color: rgb(62,55,19); }
td.TdClassName
{
border-color: #3E3713;
}
.TagClassName
{
border-color: #3E3713;
}
</style>