Shades of Mikado #453519
Tints of Mikado #453519
RGB
CMYK
RGB Variations
Color information
#453519 (or 0x453519) is known color: Mikado. HEX triplet: 45, 35 and 19. RGB value is (69,53,25). Sum of RGB (Red+Green+Blue) = 69+53+25=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453519 is #BACAE6. Grayscale: #363636. Windows color (decimal): -12241639 or 1652037. OLE color: 1652037.
HSL color Cylindrical-coordinate representation of color #453519: hue angle of 38.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453519 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 53 | 25 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.73 |
| HSL | 38.18º | 0.47% | 0.18% | - |
| HSV(B) | 38.18º | 0.64% | 0.27% | - |
| XYZ | 3.9 | 3.88 | 1.46 | - |
| YUV | 54.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 25 | 0 | 0.23 | 0.64 | 0.73 | 38.18 | 0.47 | 0.18 |
| Hex | 45 | 35 | 19 | 0 | 17 | 40 | 49 | 26 | 2F | 12 |
| Octal | 105 | 65 | 31 | 0 | 27 | 100 | 111 | 46 | 57 | 22 |
| Binary | 1000101 | 110101 | 11001 | 0 | 10111 | 1000000 | 1001001 | 100110 | 101111 | 10010 |
Color Harmonies of #453519
Complementary color
Monochromatic Colors of #453519
Black with #453519
Text Example
Text Example
White with #453519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453519; }
p { color: rgb(69,53,25); }
H1.HeaderClassName
{
color: #453519;
}
.AnyTagClassName
{
color: #453519;
}
</style>
background-color css
<style>
a { background-color: #453519; }
a { background-color: rgb(69,53,25); }
div.DivClassName
{
background-color: #453519;
}
.BgClassName
{
background-color: #453519;
}
</style>
border-color css
<style>
span { border-color: #453519; }
span { border-color: rgb(69,53,25); }
td.TdClassName
{
border-color: #453519;
}
.TagClassName
{
border-color: #453519;
}
</style>