Shades of Mikado #42350E
Tints of Mikado #42350E
RGB
CMYK
RGB Variations
Color information
#42350E (or 0x42350E) is known color: Mikado. HEX triplet: 42, 35 and 0E. RGB value is (66,53,14). Sum of RGB (Red+Green+Blue) = 66+53+14=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42350E is #BDCAF1. Grayscale: #343434. Windows color (decimal): -12438258 or 931138. OLE color: 931138.
HSL color Cylindrical-coordinate representation of color #42350E: hue angle of 45º 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 #42350E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 14 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.74 |
| HSL | 45º | 0.65% | 0.16% | - |
| HSV(B) | 45º | 0.79% | 0.26% | - |
| XYZ | 3.6 | 3.74 | 0.95 | - |
| YUV | 52.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 14 | 0 | 0.20 | 0.79 | 0.74 | 45 | 0.65 | 0.16 |
| Hex | 42 | 35 | E | 0 | 14 | 4F | 4A | 2D | 41 | 10 |
| Octal | 102 | 65 | 16 | 0 | 24 | 117 | 112 | 55 | 101 | 20 |
| Binary | 1000010 | 110101 | 1110 | 0 | 10100 | 1001111 | 1001010 | 101101 | 1000001 | 10000 |
Color Harmonies of #42350E
Complementary color
Monochromatic Colors of #42350E
Black with #42350E
Text Example
Text Example
White with #42350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42350E; }
p { color: rgb(66,53,14); }
H1.HeaderClassName
{
color: #42350E;
}
.AnyTagClassName
{
color: #42350E;
}
</style>
background-color css
<style>
a { background-color: #42350E; }
a { background-color: rgb(66,53,14); }
div.DivClassName
{
background-color: #42350E;
}
.BgClassName
{
background-color: #42350E;
}
</style>
border-color css
<style>
span { border-color: #42350E; }
span { border-color: rgb(66,53,14); }
td.TdClassName
{
border-color: #42350E;
}
.TagClassName
{
border-color: #42350E;
}
</style>