Shades of Mikado #453404
Tints of Mikado #453404
RGB
CMYK
RGB Variations
Color information
#453404 (or 0x453404) is known color: Mikado. HEX triplet: 45, 34 and 04. RGB value is (69,52,4). Sum of RGB (Red+Green+Blue) = 69+52+4=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #453404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453404 is #BACBFB. Grayscale: #333333. Windows color (decimal): -12241916 or 275525. OLE color: 275525.
HSL color Cylindrical-coordinate representation of color #453404: hue angle of 44.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #453404 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 52 | 4 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.73 |
| HSL | 44.31º | 0.89% | 0.14% | - |
| HSV(B) | 44.31º | 0.94% | 0.27% | - |
| XYZ | 3.7 | 3.73 | 0.64 | - |
| YUV | 51.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 4 | 0 | 0.25 | 0.94 | 0.73 | 44.31 | 0.89 | 0.14 |
| Hex | 45 | 34 | 4 | 0 | 19 | 5E | 49 | 2C | 59 | E |
| Octal | 105 | 64 | 4 | 0 | 31 | 136 | 111 | 54 | 131 | 16 |
| Binary | 1000101 | 110100 | 100 | 0 | 11001 | 1011110 | 1001001 | 101100 | 1011001 | 1110 |
Color Harmonies of #453404
Complementary color
Monochromatic Colors of #453404
Black with #453404
Text Example
Text Example
White with #453404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453404; }
p { color: rgb(69,52,4); }
H1.HeaderClassName
{
color: #453404;
}
.AnyTagClassName
{
color: #453404;
}
</style>
background-color css
<style>
a { background-color: #453404; }
a { background-color: rgb(69,52,4); }
div.DivClassName
{
background-color: #453404;
}
.BgClassName
{
background-color: #453404;
}
</style>
border-color css
<style>
span { border-color: #453404; }
span { border-color: rgb(69,52,4); }
td.TdClassName
{
border-color: #453404;
}
.TagClassName
{
border-color: #453404;
}
</style>