Shades of Mikado #3E3525
Tints of Mikado #3E3525
RGB
CMYK
RGB Variations
Color information
#3E3525 (or 0x3E3525) is known color: Mikado. HEX triplet: 3E, 35 and 25. RGB value is (62,53,37). Sum of RGB (Red+Green+Blue) = 62+53+37=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3525 is #C1CADA. Grayscale: #353535. Windows color (decimal): -12700379 or 2438462. OLE color: 2438462.
HSL color Cylindrical-coordinate representation of color #3E3525: hue angle of 38.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3525 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 53 | 37 | - |
CMYK | 0 | 0.15 | 0.40 | 0.76 |
HSL | 38.4º | 0.25% | 0.19% | - |
HSV(B) | 38.4º | 0.4% | 0.24% | - |
XYZ | 3.59 | 3.7 | 2.28 | - |
YUV | 53.87 | 118.48 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 53 | 37 | 0 | 0.15 | 0.40 | 0.76 | 38.4 | 0.25 | 0.19 |
Hex | 3E | 35 | 25 | 0 | F | 28 | 4C | 26 | 19 | 13 |
Octal | 76 | 65 | 45 | 0 | 17 | 50 | 114 | 46 | 31 | 23 |
Binary | 111110 | 110101 | 100101 | 0 | 1111 | 101000 | 1001100 | 100110 | 11001 | 10011 |
Color Harmonies of #3E3525
Complementary color
Monochromatic Colors of #3E3525
Black with #3E3525
Text Example
Text Example
White with #3E3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3525; }
p { color: rgb(62,53,37); }
H1.HeaderClassName
{
color: #3E3525;
}
.AnyTagClassName
{
color: #3E3525;
}
</style>
background-color css
<style>
a { background-color: #3E3525; }
a { background-color: rgb(62,53,37); }
div.DivClassName
{
background-color: #3E3525;
}
.BgClassName
{
background-color: #3E3525;
}
</style>
border-color css
<style>
span { border-color: #3E3525; }
span { border-color: rgb(62,53,37); }
td.TdClassName
{
border-color: #3E3525;
}
.TagClassName
{
border-color: #3E3525;
}
</style>