Shades of Mikado #42340E
Tints of Mikado #42340E
RGB
CMYK
RGB Variations
Color information
#42340E (or 0x42340E) is known color: Mikado. HEX triplet: 42, 34 and 0E. RGB value is (66,52,14). Sum of RGB (Red+Green+Blue) = 66+52+14=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42340E is #BDCBF1. Grayscale: #343434. Windows color (decimal): -12438514 or 930882. OLE color: 930882.
HSL color Cylindrical-coordinate representation of color #42340E: hue angle of 43.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42340E is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 14 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.74 |
| HSL | 43.85º | 0.65% | 0.16% | - |
| HSV(B) | 43.85º | 0.79% | 0.26% | - |
| XYZ | 3.55 | 3.65 | 0.93 | - |
| YUV | 51.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 14 | 0 | 0.21 | 0.79 | 0.74 | 43.85 | 0.65 | 0.16 |
| Hex | 42 | 34 | E | 0 | 15 | 4F | 4A | 2C | 41 | 10 |
| Octal | 102 | 64 | 16 | 0 | 25 | 117 | 112 | 54 | 101 | 20 |
| Binary | 1000010 | 110100 | 1110 | 0 | 10101 | 1001111 | 1001010 | 101100 | 1000001 | 10000 |
Color Harmonies of #42340E
Complementary color
Monochromatic Colors of #42340E
Black with #42340E
Text Example
Text Example
White with #42340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42340E; }
p { color: rgb(66,52,14); }
H1.HeaderClassName
{
color: #42340E;
}
.AnyTagClassName
{
color: #42340E;
}
</style>
background-color css
<style>
a { background-color: #42340E; }
a { background-color: rgb(66,52,14); }
div.DivClassName
{
background-color: #42340E;
}
.BgClassName
{
background-color: #42340E;
}
</style>
border-color css
<style>
span { border-color: #42340E; }
span { border-color: rgb(66,52,14); }
td.TdClassName
{
border-color: #42340E;
}
.TagClassName
{
border-color: #42340E;
}
</style>