Shades of Mikado #45350E
Tints of Mikado #45350E
RGB
CMYK
RGB Variations
Color information
#45350E (or 0x45350E) is known color: Mikado. HEX triplet: 45, 35 and 0E. RGB value is (69,53,14). Sum of RGB (Red+Green+Blue) = 69+53+14=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #45350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45350E is #BACAF1. Grayscale: #353535. Windows color (decimal): -12241650 or 931141. OLE color: 931141.
HSL color Cylindrical-coordinate representation of color #45350E: hue angle of 42.55º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45350E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 53 | 14 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.73 |
| HSL | 42.55º | 0.66% | 0.16% | - |
| HSV(B) | 42.55º | 0.8% | 0.27% | - |
| XYZ | 3.81 | 3.84 | 0.96 | - |
| YUV | 53.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 14 | 0 | 0.23 | 0.80 | 0.73 | 42.55 | 0.66 | 0.16 |
| Hex | 45 | 35 | E | 0 | 17 | 50 | 49 | 2B | 42 | 10 |
| Octal | 105 | 65 | 16 | 0 | 27 | 120 | 111 | 53 | 102 | 20 |
| Binary | 1000101 | 110101 | 1110 | 0 | 10111 | 1010000 | 1001001 | 101011 | 1000010 | 10000 |
Color Harmonies of #45350E
Complementary color
Monochromatic Colors of #45350E
Black with #45350E
Text Example
Text Example
White with #45350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45350E; }
p { color: rgb(69,53,14); }
H1.HeaderClassName
{
color: #45350E;
}
.AnyTagClassName
{
color: #45350E;
}
</style>
background-color css
<style>
a { background-color: #45350E; }
a { background-color: rgb(69,53,14); }
div.DivClassName
{
background-color: #45350E;
}
.BgClassName
{
background-color: #45350E;
}
</style>
border-color css
<style>
span { border-color: #45350E; }
span { border-color: rgb(69,53,14); }
td.TdClassName
{
border-color: #45350E;
}
.TagClassName
{
border-color: #45350E;
}
</style>