Shades of Mikado #473209
Tints of Mikado #473209
RGB
CMYK
RGB Variations
Color information
#473209 (or 0x473209) is known color: Mikado. HEX triplet: 47, 32 and 09. RGB value is (71,50,9). Sum of RGB (Red+Green+Blue) = 71+50+9=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #473209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473209 is #B8CDF6. Grayscale: #333333. Windows color (decimal): -12111351 or 602695. OLE color: 602695.
HSL color Cylindrical-coordinate representation of color #473209: hue angle of 39.68º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #473209 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 9 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.72 |
| HSL | 39.68º | 0.78% | 0.16% | - |
| HSV(B) | 39.68º | 0.87% | 0.28% | - |
| XYZ | 3.79 | 3.64 | 0.76 | - |
| YUV | 51.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 9 | 0 | 0.30 | 0.87 | 0.72 | 39.68 | 0.78 | 0.16 |
| Hex | 47 | 32 | 9 | 0 | 1E | 57 | 48 | 28 | 4E | 10 |
| Octal | 107 | 62 | 11 | 0 | 36 | 127 | 110 | 50 | 116 | 20 |
| Binary | 1000111 | 110010 | 1001 | 0 | 11110 | 1010111 | 1001000 | 101000 | 1001110 | 10000 |
Color Harmonies of #473209
Complementary color
Monochromatic Colors of #473209
Black with #473209
Text Example
Text Example
White with #473209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473209; }
p { color: rgb(71,50,9); }
H1.HeaderClassName
{
color: #473209;
}
.AnyTagClassName
{
color: #473209;
}
</style>
background-color css
<style>
a { background-color: #473209; }
a { background-color: rgb(71,50,9); }
div.DivClassName
{
background-color: #473209;
}
.BgClassName
{
background-color: #473209;
}
</style>
border-color css
<style>
span { border-color: #473209; }
span { border-color: rgb(71,50,9); }
td.TdClassName
{
border-color: #473209;
}
.TagClassName
{
border-color: #473209;
}
</style>