Shades of Mikado #3E2F0A
Tints of Mikado #3E2F0A
RGB
CMYK
RGB Variations
Color information
#3E2F0A (or 0x3E2F0A) is known color: Mikado. HEX triplet: 3E, 2F and 0A. RGB value is (62,47,10). Sum of RGB (Red+Green+Blue) = 62+47+10=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F0A is #C1D0F5. Grayscale: #2F2F2F. Windows color (decimal): -12701942 or 667454. OLE color: 667454.
HSL color Cylindrical-coordinate representation of color #3E2F0A: hue angle of 42.69º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E2F0A is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 10 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.76 |
| HSL | 42.69º | 0.72% | 0.14% | - |
| HSV(B) | 42.69º | 0.84% | 0.24% | - |
| XYZ | 3.06 | 3.08 | 0.72 | - |
| YUV | 47.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 10 | 0 | 0.24 | 0.84 | 0.76 | 42.69 | 0.72 | 0.14 |
| Hex | 3E | 2F | A | 0 | 18 | 54 | 4C | 2B | 48 | E |
| Octal | 76 | 57 | 12 | 0 | 30 | 124 | 114 | 53 | 110 | 16 |
| Binary | 111110 | 101111 | 1010 | 0 | 11000 | 1010100 | 1001100 | 101011 | 1001000 | 1110 |
Color Harmonies of #3E2F0A
Complementary color
Monochromatic Colors of #3E2F0A
Black with #3E2F0A
Text Example
Text Example
White with #3E2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F0A; }
p { color: rgb(62,47,10); }
H1.HeaderClassName
{
color: #3E2F0A;
}
.AnyTagClassName
{
color: #3E2F0A;
}
</style>
background-color css
<style>
a { background-color: #3E2F0A; }
a { background-color: rgb(62,47,10); }
div.DivClassName
{
background-color: #3E2F0A;
}
.BgClassName
{
background-color: #3E2F0A;
}
</style>
border-color css
<style>
span { border-color: #3E2F0A; }
span { border-color: rgb(62,47,10); }
td.TdClassName
{
border-color: #3E2F0A;
}
.TagClassName
{
border-color: #3E2F0A;
}
</style>