Shades of Mikado #47340E
Tints of Mikado #47340E
RGB
CMYK
RGB Variations
Color information
#47340E (or 0x47340E) is known color: Mikado. HEX triplet: 47, 34 and 0E. RGB value is (71,52,14). Sum of RGB (Red+Green+Blue) = 71+52+14=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340E is #B8CBF1. Grayscale: #353535. Windows color (decimal): -12110834 or 930887. OLE color: 930887.
HSL color Cylindrical-coordinate representation of color #47340E: hue angle of 40º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47340E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 14 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.72 |
| HSL | 40º | 0.67% | 0.17% | - |
| HSV(B) | 40º | 0.8% | 0.28% | - |
| XYZ | 3.91 | 3.83 | 0.95 | - |
| YUV | 53.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 14 | 0 | 0.27 | 0.80 | 0.72 | 40 | 0.67 | 0.17 |
| Hex | 47 | 34 | E | 0 | 1B | 50 | 48 | 28 | 43 | 11 |
| Octal | 107 | 64 | 16 | 0 | 33 | 120 | 110 | 50 | 103 | 21 |
| Binary | 1000111 | 110100 | 1110 | 0 | 11011 | 1010000 | 1001000 | 101000 | 1000011 | 10001 |
Color Harmonies of #47340E
Complementary color
Monochromatic Colors of #47340E
Black with #47340E
Text Example
Text Example
White with #47340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47340E; }
p { color: rgb(71,52,14); }
H1.HeaderClassName
{
color: #47340E;
}
.AnyTagClassName
{
color: #47340E;
}
</style>
background-color css
<style>
a { background-color: #47340E; }
a { background-color: rgb(71,52,14); }
div.DivClassName
{
background-color: #47340E;
}
.BgClassName
{
background-color: #47340E;
}
</style>
border-color css
<style>
span { border-color: #47340E; }
span { border-color: rgb(71,52,14); }
td.TdClassName
{
border-color: #47340E;
}
.TagClassName
{
border-color: #47340E;
}
</style>