Shades of Mikado #3E3500
Tints of Mikado #3E3500
RGB
CMYK
RGB Variations
Color information
#3E3500 (or 0x3E3500) is known color: Mikado. HEX triplet: 3E, 35 and 00. RGB value is (62,53,0). Sum of RGB (Red+Green+Blue) = 62+53+0=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3500 is #C1CAFF. Grayscale: #313131. Windows color (decimal): -12700416 or 13630. OLE color: 13630.
HSL color Cylindrical-coordinate representation of color #3E3500: hue angle of 51.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E3500 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.76 |
| HSL | 51.29º | 1% | 0.12% | - |
| HSV(B) | 51.29º | 1% | 0.24% | - |
| XYZ | 3.26 | 3.57 | 0.52 | - |
| YUV | 49.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 0 | 0 | 0.15 | 1 | 0.76 | 51.29 | 1 | 0.12 |
| Hex | 3E | 35 | 0 | 0 | F | 64 | 4C | 33 | 64 | C |
| Octal | 76 | 65 | 0 | 0 | 17 | 144 | 114 | 63 | 144 | 14 |
| Binary | 111110 | 110101 | 0 | 0 | 1111 | 1100100 | 1001100 | 110011 | 1100100 | 1100 |
Color Harmonies of #3E3500
Complementary color
Monochromatic Colors of #3E3500
Black with #3E3500
Text Example
Text Example
White with #3E3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3500; }
p { color: rgb(62,53,0); }
H1.HeaderClassName
{
color: #3E3500;
}
.AnyTagClassName
{
color: #3E3500;
}
</style>
background-color css
<style>
a { background-color: #3E3500; }
a { background-color: rgb(62,53,0); }
div.DivClassName
{
background-color: #3E3500;
}
.BgClassName
{
background-color: #3E3500;
}
</style>
border-color css
<style>
span { border-color: #3E3500; }
span { border-color: rgb(62,53,0); }
td.TdClassName
{
border-color: #3E3500;
}
.TagClassName
{
border-color: #3E3500;
}
</style>