Shades of Mikado #453512
Tints of Mikado #453512
RGB
CMYK
RGB Variations
Color information
#453512 (or 0x453512) is known color: Mikado. HEX triplet: 45, 35 and 12. RGB value is (69,53,18). Sum of RGB (Red+Green+Blue) = 69+53+18=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453512 is #BACAED. Grayscale: #353535. Windows color (decimal): -12241646 or 1193285. OLE color: 1193285.
HSL color Cylindrical-coordinate representation of color #453512: hue angle of 41.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453512 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 53 | 18 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.73 |
| HSL | 41.18º | 0.59% | 0.17% | - |
| HSV(B) | 41.18º | 0.74% | 0.27% | - |
| XYZ | 3.84 | 3.86 | 1.11 | - |
| YUV | 53.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 18 | 0 | 0.23 | 0.74 | 0.73 | 41.18 | 0.59 | 0.17 |
| Hex | 45 | 35 | 12 | 0 | 17 | 4A | 49 | 29 | 3B | 11 |
| Octal | 105 | 65 | 22 | 0 | 27 | 112 | 111 | 51 | 73 | 21 |
| Binary | 1000101 | 110101 | 10010 | 0 | 10111 | 1001010 | 1001001 | 101001 | 111011 | 10001 |
Color Harmonies of #453512
Complementary color
Monochromatic Colors of #453512
Black with #453512
Text Example
Text Example
White with #453512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453512; }
p { color: rgb(69,53,18); }
H1.HeaderClassName
{
color: #453512;
}
.AnyTagClassName
{
color: #453512;
}
</style>
background-color css
<style>
a { background-color: #453512; }
a { background-color: rgb(69,53,18); }
div.DivClassName
{
background-color: #453512;
}
.BgClassName
{
background-color: #453512;
}
</style>
border-color css
<style>
span { border-color: #453512; }
span { border-color: rgb(69,53,18); }
td.TdClassName
{
border-color: #453512;
}
.TagClassName
{
border-color: #453512;
}
</style>