Shades of Mikado #453005
Tints of Mikado #453005
RGB
CMYK
RGB Variations
Color information
#453005 (or 0x453005) is known color: Mikado. HEX triplet: 45, 30 and 05. RGB value is (69,48,5). Sum of RGB (Red+Green+Blue) = 69+48+5=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #453005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453005 is #BACFFA. Grayscale: #313131. Windows color (decimal): -12242939 or 340037. OLE color: 340037.
HSL color Cylindrical-coordinate representation of color #453005: hue angle of 40.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #453005 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 48 | 5 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.73 |
| HSL | 40.31º | 0.86% | 0.15% | - |
| HSV(B) | 40.31º | 0.93% | 0.27% | - |
| XYZ | 3.54 | 3.39 | 0.61 | - |
| YUV | 49.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 5 | 0 | 0.30 | 0.93 | 0.73 | 40.31 | 0.86 | 0.15 |
| Hex | 45 | 30 | 5 | 0 | 1E | 5D | 49 | 28 | 56 | F |
| Octal | 105 | 60 | 5 | 0 | 36 | 135 | 111 | 50 | 126 | 17 |
| Binary | 1000101 | 110000 | 101 | 0 | 11110 | 1011101 | 1001001 | 101000 | 1010110 | 1111 |
Color Harmonies of #453005
Complementary color
Monochromatic Colors of #453005
Black with #453005
Text Example
Text Example
White with #453005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453005; }
p { color: rgb(69,48,5); }
H1.HeaderClassName
{
color: #453005;
}
.AnyTagClassName
{
color: #453005;
}
</style>
background-color css
<style>
a { background-color: #453005; }
a { background-color: rgb(69,48,5); }
div.DivClassName
{
background-color: #453005;
}
.BgClassName
{
background-color: #453005;
}
</style>
border-color css
<style>
span { border-color: #453005; }
span { border-color: rgb(69,48,5); }
td.TdClassName
{
border-color: #453005;
}
.TagClassName
{
border-color: #453005;
}
</style>