Shades of Mikado #473003
Tints of Mikado #473003
RGB
CMYK
RGB Variations
Color information
#473003 (or 0x473003) is known color: Mikado. HEX triplet: 47, 30 and 03. RGB value is (71,48,3). Sum of RGB (Red+Green+Blue) = 71+48+3=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473003 is #B8CFFC. Grayscale: #313131. Windows color (decimal): -12111869 or 208967. OLE color: 208967.
HSL color Cylindrical-coordinate representation of color #473003: hue angle of 39.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #473003 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 3 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.72 |
| HSL | 39.71º | 0.92% | 0.15% | - |
| HSV(B) | 39.71º | 0.96% | 0.28% | - |
| XYZ | 3.67 | 3.46 | 0.56 | - |
| YUV | 49.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 3 | 0 | 0.32 | 0.96 | 0.72 | 39.71 | 0.92 | 0.15 |
| Hex | 47 | 30 | 3 | 0 | 20 | 60 | 48 | 28 | 5C | F |
| Octal | 107 | 60 | 3 | 0 | 40 | 140 | 110 | 50 | 134 | 17 |
| Binary | 1000111 | 110000 | 11 | 0 | 100000 | 1100000 | 1001000 | 101000 | 1011100 | 1111 |
Color Harmonies of #473003
Complementary color
Monochromatic Colors of #473003
Black with #473003
Text Example
Text Example
White with #473003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473003; }
p { color: rgb(71,48,3); }
H1.HeaderClassName
{
color: #473003;
}
.AnyTagClassName
{
color: #473003;
}
</style>
background-color css
<style>
a { background-color: #473003; }
a { background-color: rgb(71,48,3); }
div.DivClassName
{
background-color: #473003;
}
.BgClassName
{
background-color: #473003;
}
</style>
border-color css
<style>
span { border-color: #473003; }
span { border-color: rgb(71,48,3); }
td.TdClassName
{
border-color: #473003;
}
.TagClassName
{
border-color: #473003;
}
</style>