Shades of Mikado #42351A
Tints of Mikado #42351A
RGB
CMYK
RGB Variations
Color information
#42351A (or 0x42351A) is known color: Mikado. HEX triplet: 42, 35 and 1A. RGB value is (66,53,26). Sum of RGB (Red+Green+Blue) = 66+53+26=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42351A is #BDCAE5. Grayscale: #353535. Windows color (decimal): -12438246 or 1717570. OLE color: 1717570.
HSL color Cylindrical-coordinate representation of color #42351A: hue angle of 40.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42351A is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 26 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.74 |
| HSL | 40.5º | 0.43% | 0.18% | - |
| HSV(B) | 40.5º | 0.61% | 0.26% | - |
| XYZ | 3.71 | 3.78 | 1.51 | - |
| YUV | 53.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 26 | 0 | 0.20 | 0.61 | 0.74 | 40.5 | 0.43 | 0.18 |
| Hex | 42 | 35 | 1A | 0 | 14 | 3D | 4A | 28 | 2B | 12 |
| Octal | 102 | 65 | 32 | 0 | 24 | 75 | 112 | 50 | 53 | 22 |
| Binary | 1000010 | 110101 | 11010 | 0 | 10100 | 111101 | 1001010 | 101000 | 101011 | 10010 |
Color Harmonies of #42351A
Complementary color
Monochromatic Colors of #42351A
Black with #42351A
Text Example
Text Example
White with #42351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42351A; }
p { color: rgb(66,53,26); }
H1.HeaderClassName
{
color: #42351A;
}
.AnyTagClassName
{
color: #42351A;
}
</style>
background-color css
<style>
a { background-color: #42351A; }
a { background-color: rgb(66,53,26); }
div.DivClassName
{
background-color: #42351A;
}
.BgClassName
{
background-color: #42351A;
}
</style>
border-color css
<style>
span { border-color: #42351A; }
span { border-color: rgb(66,53,26); }
td.TdClassName
{
border-color: #42351A;
}
.TagClassName
{
border-color: #42351A;
}
</style>