Shades of Mikado #42350A
Tints of Mikado #42350A
RGB
CMYK
RGB Variations
Color information
#42350A (or 0x42350A) is known color: Mikado. HEX triplet: 42, 35 and 0A. RGB value is (66,53,10). Sum of RGB (Red+Green+Blue) = 66+53+10=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42350A is #BDCAF5. Grayscale: #343434. Windows color (decimal): -12438262 or 668994. OLE color: 668994.
HSL color Cylindrical-coordinate representation of color #42350A: hue angle of 46.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42350A is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 10 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.74 |
| HSL | 46.07º | 0.74% | 0.15% | - |
| HSV(B) | 46.07º | 0.85% | 0.26% | - |
| XYZ | 3.57 | 3.73 | 0.82 | - |
| YUV | 51.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 10 | 0 | 0.20 | 0.85 | 0.74 | 46.07 | 0.74 | 0.15 |
| Hex | 42 | 35 | A | 0 | 14 | 55 | 4A | 2E | 4A | F |
| Octal | 102 | 65 | 12 | 0 | 24 | 125 | 112 | 56 | 112 | 17 |
| Binary | 1000010 | 110101 | 1010 | 0 | 10100 | 1010101 | 1001010 | 101110 | 1001010 | 1111 |
Color Harmonies of #42350A
Complementary color
Monochromatic Colors of #42350A
Black with #42350A
Text Example
Text Example
White with #42350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42350A; }
p { color: rgb(66,53,10); }
H1.HeaderClassName
{
color: #42350A;
}
.AnyTagClassName
{
color: #42350A;
}
</style>
background-color css
<style>
a { background-color: #42350A; }
a { background-color: rgb(66,53,10); }
div.DivClassName
{
background-color: #42350A;
}
.BgClassName
{
background-color: #42350A;
}
</style>
border-color css
<style>
span { border-color: #42350A; }
span { border-color: rgb(66,53,10); }
td.TdClassName
{
border-color: #42350A;
}
.TagClassName
{
border-color: #42350A;
}
</style>