Shades of Mikado #473000
Tints of Mikado #473000
RGB
CMYK
RGB Variations
Color information
#473000 (or 0x473000) is known color: Mikado. HEX triplet: 47, 30 and 00. RGB value is (71,48,0). Sum of RGB (Red+Green+Blue) = 71+48+0=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #473000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473000 is #B8CFFF. Grayscale: #313131. Windows color (decimal): -12111872 or 12359. OLE color: 12359.
HSL color Cylindrical-coordinate representation of color #473000: hue angle of 40.56º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.72 |
| HSL | 40.56º | 1% | 0.14% | - |
| HSV(B) | 40.56º | 1% | 0.28% | - |
| XYZ | 3.66 | 3.45 | 0.47 | - |
| YUV | 49.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 0 | 0 | 0.32 | 1 | 0.72 | 40.56 | 1 | 0.14 |
| Hex | 47 | 30 | 0 | 0 | 20 | 64 | 48 | 29 | 64 | E |
| Octal | 107 | 60 | 0 | 0 | 40 | 144 | 110 | 51 | 144 | 16 |
| Binary | 1000111 | 110000 | 0 | 0 | 100000 | 1100100 | 1001000 | 101001 | 1100100 | 1110 |
Color Harmonies of #473000
Complementary color
Monochromatic Colors of #473000
Black with #473000
Text Example
Text Example
White with #473000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473000; }
p { color: rgb(71,48,0); }
H1.HeaderClassName
{
color: #473000;
}
.AnyTagClassName
{
color: #473000;
}
</style>
background-color css
<style>
a { background-color: #473000; }
a { background-color: rgb(71,48,0); }
div.DivClassName
{
background-color: #473000;
}
.BgClassName
{
background-color: #473000;
}
</style>
border-color css
<style>
span { border-color: #473000; }
span { border-color: rgb(71,48,0); }
td.TdClassName
{
border-color: #473000;
}
.TagClassName
{
border-color: #473000;
}
</style>