Shades of Mikado #42350F
Tints of Mikado #42350F
RGB
CMYK
RGB Variations
Color information
#42350F (or 0x42350F) is known color: Mikado. HEX triplet: 42, 35 and 0F. RGB value is (66,53,15). Sum of RGB (Red+Green+Blue) = 66+53+15=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42350F is #BDCAF0. Grayscale: #343434. Windows color (decimal): -12438257 or 996674. OLE color: 996674.
HSL color Cylindrical-coordinate representation of color #42350F: hue angle of 44.71º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42350F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 15 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.74 |
| HSL | 44.71º | 0.63% | 0.16% | - |
| HSV(B) | 44.71º | 0.77% | 0.26% | - |
| XYZ | 3.61 | 3.74 | 0.98 | - |
| YUV | 52.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 15 | 0 | 0.20 | 0.77 | 0.74 | 44.71 | 0.63 | 0.16 |
| Hex | 42 | 35 | F | 0 | 14 | 4D | 4A | 2D | 3F | 10 |
| Octal | 102 | 65 | 17 | 0 | 24 | 115 | 112 | 55 | 77 | 20 |
| Binary | 1000010 | 110101 | 1111 | 0 | 10100 | 1001101 | 1001010 | 101101 | 111111 | 10000 |
Color Harmonies of #42350F
Complementary color
Monochromatic Colors of #42350F
Black with #42350F
Text Example
Text Example
White with #42350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42350F; }
p { color: rgb(66,53,15); }
H1.HeaderClassName
{
color: #42350F;
}
.AnyTagClassName
{
color: #42350F;
}
</style>
background-color css
<style>
a { background-color: #42350F; }
a { background-color: rgb(66,53,15); }
div.DivClassName
{
background-color: #42350F;
}
.BgClassName
{
background-color: #42350F;
}
</style>
border-color css
<style>
span { border-color: #42350F; }
span { border-color: rgb(66,53,15); }
td.TdClassName
{
border-color: #42350F;
}
.TagClassName
{
border-color: #42350F;
}
</style>