Shades of Mikado #473100
Tints of Mikado #473100
RGB
CMYK
RGB Variations
Color information
#473100 (or 0x473100) is known color: Mikado. HEX triplet: 47, 31 and 00. RGB value is (71,49,0). Sum of RGB (Red+Green+Blue) = 71+49+0=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #473100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473100 is #B8CEFF. Grayscale: #323232. Windows color (decimal): -12111616 or 12615. OLE color: 12615.
HSL color Cylindrical-coordinate representation of color #473100: hue angle of 41.41º 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 #473100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.72 |
| HSL | 41.41º | 1% | 0.14% | - |
| HSV(B) | 41.41º | 1% | 0.28% | - |
| XYZ | 3.7 | 3.54 | 0.49 | - |
| YUV | 49.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 0 | 0 | 0.31 | 1 | 0.72 | 41.41 | 1 | 0.14 |
| Hex | 47 | 31 | 0 | 0 | 1F | 64 | 48 | 29 | 64 | E |
| Octal | 107 | 61 | 0 | 0 | 37 | 144 | 110 | 51 | 144 | 16 |
| Binary | 1000111 | 110001 | 0 | 0 | 11111 | 1100100 | 1001000 | 101001 | 1100100 | 1110 |
Color Harmonies of #473100
Complementary color
Monochromatic Colors of #473100
Black with #473100
Text Example
Text Example
White with #473100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473100; }
p { color: rgb(71,49,0); }
H1.HeaderClassName
{
color: #473100;
}
.AnyTagClassName
{
color: #473100;
}
</style>
background-color css
<style>
a { background-color: #473100; }
a { background-color: rgb(71,49,0); }
div.DivClassName
{
background-color: #473100;
}
.BgClassName
{
background-color: #473100;
}
</style>
border-color css
<style>
span { border-color: #473100; }
span { border-color: rgb(71,49,0); }
td.TdClassName
{
border-color: #473100;
}
.TagClassName
{
border-color: #473100;
}
</style>