Shades of Mikado #42351B
Tints of Mikado #42351B
RGB
CMYK
RGB Variations
Color information
#42351B (or 0x42351B) is known color: Mikado. HEX triplet: 42, 35 and 1B. RGB value is (66,53,27). Sum of RGB (Red+Green+Blue) = 66+53+27=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42351B is #BDCAE4. Grayscale: #363636. Windows color (decimal): -12438245 or 1783106. OLE color: 1783106.
HSL color Cylindrical-coordinate representation of color #42351B: hue angle of 40º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42351B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 27 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.74 |
| HSL | 40º | 0.42% | 0.18% | - |
| HSV(B) | 40º | 0.59% | 0.26% | - |
| XYZ | 3.72 | 3.78 | 1.57 | - |
| YUV | 53.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 27 | 0 | 0.20 | 0.59 | 0.74 | 40 | 0.42 | 0.18 |
| Hex | 42 | 35 | 1B | 0 | 14 | 3B | 4A | 28 | 2A | 12 |
| Octal | 102 | 65 | 33 | 0 | 24 | 73 | 112 | 50 | 52 | 22 |
| Binary | 1000010 | 110101 | 11011 | 0 | 10100 | 111011 | 1001010 | 101000 | 101010 | 10010 |
Color Harmonies of #42351B
Complementary color
Monochromatic Colors of #42351B
Black with #42351B
Text Example
Text Example
White with #42351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42351B; }
p { color: rgb(66,53,27); }
H1.HeaderClassName
{
color: #42351B;
}
.AnyTagClassName
{
color: #42351B;
}
</style>
background-color css
<style>
a { background-color: #42351B; }
a { background-color: rgb(66,53,27); }
div.DivClassName
{
background-color: #42351B;
}
.BgClassName
{
background-color: #42351B;
}
</style>
border-color css
<style>
span { border-color: #42351B; }
span { border-color: rgb(66,53,27); }
td.TdClassName
{
border-color: #42351B;
}
.TagClassName
{
border-color: #42351B;
}
</style>