Shades of Mikado #453004
Tints of Mikado #453004
RGB
CMYK
RGB Variations
Color information
#453004 (or 0x453004) is known color: Mikado. HEX triplet: 45, 30 and 04. RGB value is (69,48,4). Sum of RGB (Red+Green+Blue) = 69+48+4=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #453004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453004 is #BACFFB. Grayscale: #313131. Windows color (decimal): -12242940 or 274501. OLE color: 274501.
HSL color Cylindrical-coordinate representation of color #453004: hue angle of 40.62º 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 #453004 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 48 | 4 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.73 |
| HSL | 40.62º | 0.89% | 0.14% | - |
| HSV(B) | 40.62º | 0.94% | 0.27% | - |
| XYZ | 3.53 | 3.39 | 0.58 | - |
| YUV | 49.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 4 | 0 | 0.30 | 0.94 | 0.73 | 40.62 | 0.89 | 0.14 |
| Hex | 45 | 30 | 4 | 0 | 1E | 5E | 49 | 29 | 59 | E |
| Octal | 105 | 60 | 4 | 0 | 36 | 136 | 111 | 51 | 131 | 16 |
| Binary | 1000101 | 110000 | 100 | 0 | 11110 | 1011110 | 1001001 | 101001 | 1011001 | 1110 |
Color Harmonies of #453004
Complementary color
Monochromatic Colors of #453004
Black with #453004
Text Example
Text Example
White with #453004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453004; }
p { color: rgb(69,48,4); }
H1.HeaderClassName
{
color: #453004;
}
.AnyTagClassName
{
color: #453004;
}
</style>
background-color css
<style>
a { background-color: #453004; }
a { background-color: rgb(69,48,4); }
div.DivClassName
{
background-color: #453004;
}
.BgClassName
{
background-color: #453004;
}
</style>
border-color css
<style>
span { border-color: #453004; }
span { border-color: rgb(69,48,4); }
td.TdClassName
{
border-color: #453004;
}
.TagClassName
{
border-color: #453004;
}
</style>