Shades of Mikado #473104
Tints of Mikado #473104
RGB
CMYK
RGB Variations
Color information
#473104 (or 0x473104) is known color: Mikado. HEX triplet: 47, 31 and 04. RGB value is (71,49,4). Sum of RGB (Red+Green+Blue) = 71+49+4=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473104 is #B8CEFB. Grayscale: #323232. Windows color (decimal): -12111612 or 274759. OLE color: 274759.
HSL color Cylindrical-coordinate representation of color #473104: hue angle of 40.3º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #473104 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 4 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.72 |
| HSL | 40.3º | 0.89% | 0.15% | - |
| HSV(B) | 40.3º | 0.94% | 0.28% | - |
| XYZ | 3.72 | 3.54 | 0.6 | - |
| YUV | 50.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 4 | 0 | 0.31 | 0.94 | 0.72 | 40.3 | 0.89 | 0.15 |
| Hex | 47 | 31 | 4 | 0 | 1F | 5E | 48 | 28 | 59 | F |
| Octal | 107 | 61 | 4 | 0 | 37 | 136 | 110 | 50 | 131 | 17 |
| Binary | 1000111 | 110001 | 100 | 0 | 11111 | 1011110 | 1001000 | 101000 | 1011001 | 1111 |
Color Harmonies of #473104
Complementary color
Monochromatic Colors of #473104
Black with #473104
Text Example
Text Example
White with #473104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473104; }
p { color: rgb(71,49,4); }
H1.HeaderClassName
{
color: #473104;
}
.AnyTagClassName
{
color: #473104;
}
</style>
background-color css
<style>
a { background-color: #473104; }
a { background-color: rgb(71,49,4); }
div.DivClassName
{
background-color: #473104;
}
.BgClassName
{
background-color: #473104;
}
</style>
border-color css
<style>
span { border-color: #473104; }
span { border-color: rgb(71,49,4); }
td.TdClassName
{
border-color: #473104;
}
.TagClassName
{
border-color: #473104;
}
</style>