Shades of Mikado #42341A
Tints of Mikado #42341A
RGB
CMYK
RGB Variations
Color information
#42341A (or 0x42341A) is known color: Mikado. HEX triplet: 42, 34 and 1A. RGB value is (66,52,26). Sum of RGB (Red+Green+Blue) = 66+52+26=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42341A is #BDCBE5. Grayscale: #353535. Windows color (decimal): -12438502 or 1717314. OLE color: 1717314.
HSL color Cylindrical-coordinate representation of color #42341A: hue angle of 39º 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 #42341A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 26 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.74 |
| HSL | 39º | 0.43% | 0.18% | - |
| HSV(B) | 39º | 0.61% | 0.26% | - |
| XYZ | 3.66 | 3.69 | 1.5 | - |
| YUV | 53.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 26 | 0 | 0.21 | 0.61 | 0.74 | 39 | 0.43 | 0.18 |
| Hex | 42 | 34 | 1A | 0 | 15 | 3D | 4A | 27 | 2B | 12 |
| Octal | 102 | 64 | 32 | 0 | 25 | 75 | 112 | 47 | 53 | 22 |
| Binary | 1000010 | 110100 | 11010 | 0 | 10101 | 111101 | 1001010 | 100111 | 101011 | 10010 |
Color Harmonies of #42341A
Complementary color
Monochromatic Colors of #42341A
Black with #42341A
Text Example
Text Example
White with #42341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42341A; }
p { color: rgb(66,52,26); }
H1.HeaderClassName
{
color: #42341A;
}
.AnyTagClassName
{
color: #42341A;
}
</style>
background-color css
<style>
a { background-color: #42341A; }
a { background-color: rgb(66,52,26); }
div.DivClassName
{
background-color: #42341A;
}
.BgClassName
{
background-color: #42341A;
}
</style>
border-color css
<style>
span { border-color: #42341A; }
span { border-color: rgb(66,52,26); }
td.TdClassName
{
border-color: #42341A;
}
.TagClassName
{
border-color: #42341A;
}
</style>