Shades of Mikado #42351C
Tints of Mikado #42351C
RGB
CMYK
RGB Variations
Color information
#42351C (or 0x42351C) is known color: Mikado. HEX triplet: 42, 35 and 1C. RGB value is (66,53,28). Sum of RGB (Red+Green+Blue) = 66+53+28=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42351C is #BDCAE3. Grayscale: #363636. Windows color (decimal): -12438244 or 1848642. OLE color: 1848642.
HSL color Cylindrical-coordinate representation of color #42351C: hue angle of 39.47º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42351C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 28 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.74 |
| HSL | 39.47º | 0.4% | 0.18% | - |
| HSV(B) | 39.47º | 0.58% | 0.26% | - |
| XYZ | 3.73 | 3.79 | 1.63 | - |
| YUV | 54.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 28 | 0 | 0.20 | 0.58 | 0.74 | 39.47 | 0.4 | 0.18 |
| Hex | 42 | 35 | 1C | 0 | 14 | 3A | 4A | 27 | 28 | 12 |
| Octal | 102 | 65 | 34 | 0 | 24 | 72 | 112 | 47 | 50 | 22 |
| Binary | 1000010 | 110101 | 11100 | 0 | 10100 | 111010 | 1001010 | 100111 | 101000 | 10010 |
Color Harmonies of #42351C
Complementary color
Monochromatic Colors of #42351C
Black with #42351C
Text Example
Text Example
White with #42351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42351C; }
p { color: rgb(66,53,28); }
H1.HeaderClassName
{
color: #42351C;
}
.AnyTagClassName
{
color: #42351C;
}
</style>
background-color css
<style>
a { background-color: #42351C; }
a { background-color: rgb(66,53,28); }
div.DivClassName
{
background-color: #42351C;
}
.BgClassName
{
background-color: #42351C;
}
</style>
border-color css
<style>
span { border-color: #42351C; }
span { border-color: rgb(66,53,28); }
td.TdClassName
{
border-color: #42351C;
}
.TagClassName
{
border-color: #42351C;
}
</style>