Shades of Mikado #47320C
Tints of Mikado #47320C
RGB
CMYK
RGB Variations
Color information
#47320C (or 0x47320C) is known color: Mikado. HEX triplet: 47, 32 and 0C. RGB value is (71,50,12). Sum of RGB (Red+Green+Blue) = 71+50+12=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47320C is #B8CDF3. Grayscale: #343434. Windows color (decimal): -12111348 or 799303. OLE color: 799303.
HSL color Cylindrical-coordinate representation of color #47320C: hue angle of 38.64º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47320C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 12 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.72 |
| HSL | 38.64º | 0.71% | 0.16% | - |
| HSV(B) | 38.64º | 0.83% | 0.28% | - |
| XYZ | 3.81 | 3.65 | 0.85 | - |
| YUV | 51.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 12 | 0 | 0.30 | 0.83 | 0.72 | 38.64 | 0.71 | 0.16 |
| Hex | 47 | 32 | C | 0 | 1E | 53 | 48 | 27 | 47 | 10 |
| Octal | 107 | 62 | 14 | 0 | 36 | 123 | 110 | 47 | 107 | 20 |
| Binary | 1000111 | 110010 | 1100 | 0 | 11110 | 1010011 | 1001000 | 100111 | 1000111 | 10000 |
Color Harmonies of #47320C
Complementary color
Monochromatic Colors of #47320C
Black with #47320C
Text Example
Text Example
White with #47320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47320C; }
p { color: rgb(71,50,12); }
H1.HeaderClassName
{
color: #47320C;
}
.AnyTagClassName
{
color: #47320C;
}
</style>
background-color css
<style>
a { background-color: #47320C; }
a { background-color: rgb(71,50,12); }
div.DivClassName
{
background-color: #47320C;
}
.BgClassName
{
background-color: #47320C;
}
</style>
border-color css
<style>
span { border-color: #47320C; }
span { border-color: rgb(71,50,12); }
td.TdClassName
{
border-color: #47320C;
}
.TagClassName
{
border-color: #47320C;
}
</style>