Shades of Mikado #473411
Tints of Mikado #473411
RGB
CMYK
RGB Variations
Color information
#473411 (or 0x473411) is known color: Mikado. HEX triplet: 47, 34 and 11. RGB value is (71,52,17). Sum of RGB (Red+Green+Blue) = 71+52+17=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473411 is #B8CBEE. Grayscale: #353535. Windows color (decimal): -12110831 or 1127495. OLE color: 1127495.
HSL color Cylindrical-coordinate representation of color #473411: hue angle of 38.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473411 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 17 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.72 |
| HSL | 38.89º | 0.61% | 0.17% | - |
| HSV(B) | 38.89º | 0.76% | 0.28% | - |
| XYZ | 3.93 | 3.84 | 1.06 | - |
| YUV | 53.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 17 | 0 | 0.27 | 0.76 | 0.72 | 38.89 | 0.61 | 0.17 |
| Hex | 47 | 34 | 11 | 0 | 1B | 4C | 48 | 27 | 3D | 11 |
| Octal | 107 | 64 | 21 | 0 | 33 | 114 | 110 | 47 | 75 | 21 |
| Binary | 1000111 | 110100 | 10001 | 0 | 11011 | 1001100 | 1001000 | 100111 | 111101 | 10001 |
Color Harmonies of #473411
Complementary color
Monochromatic Colors of #473411
Black with #473411
Text Example
Text Example
White with #473411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473411; }
p { color: rgb(71,52,17); }
H1.HeaderClassName
{
color: #473411;
}
.AnyTagClassName
{
color: #473411;
}
</style>
background-color css
<style>
a { background-color: #473411; }
a { background-color: rgb(71,52,17); }
div.DivClassName
{
background-color: #473411;
}
.BgClassName
{
background-color: #473411;
}
</style>
border-color css
<style>
span { border-color: #473411; }
span { border-color: rgb(71,52,17); }
td.TdClassName
{
border-color: #473411;
}
.TagClassName
{
border-color: #473411;
}
</style>