Shades of Mikado #47340F
Tints of Mikado #47340F
RGB
CMYK
RGB Variations
Color information
#47340F (or 0x47340F) is known color: Mikado. HEX triplet: 47, 34 and 0F. RGB value is (71,52,15). Sum of RGB (Red+Green+Blue) = 71+52+15=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340F is #B8CBF0. Grayscale: #353535. Windows color (decimal): -12110833 or 996423. OLE color: 996423.
HSL color Cylindrical-coordinate representation of color #47340F: hue angle of 39.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47340F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 15 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.72 |
| HSL | 39.64º | 0.65% | 0.17% | - |
| HSV(B) | 39.64º | 0.79% | 0.28% | - |
| XYZ | 3.91 | 3.83 | 0.98 | - |
| YUV | 53.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 15 | 0 | 0.27 | 0.79 | 0.72 | 39.64 | 0.65 | 0.17 |
| Hex | 47 | 34 | F | 0 | 1B | 4F | 48 | 28 | 41 | 11 |
| Octal | 107 | 64 | 17 | 0 | 33 | 117 | 110 | 50 | 101 | 21 |
| Binary | 1000111 | 110100 | 1111 | 0 | 11011 | 1001111 | 1001000 | 101000 | 1000001 | 10001 |
Color Harmonies of #47340F
Complementary color
Monochromatic Colors of #47340F
Black with #47340F
Text Example
Text Example
White with #47340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47340F; }
p { color: rgb(71,52,15); }
H1.HeaderClassName
{
color: #47340F;
}
.AnyTagClassName
{
color: #47340F;
}
</style>
background-color css
<style>
a { background-color: #47340F; }
a { background-color: rgb(71,52,15); }
div.DivClassName
{
background-color: #47340F;
}
.BgClassName
{
background-color: #47340F;
}
</style>
border-color css
<style>
span { border-color: #47340F; }
span { border-color: rgb(71,52,15); }
td.TdClassName
{
border-color: #47340F;
}
.TagClassName
{
border-color: #47340F;
}
</style>