Shades of Mikado #47320B
Tints of Mikado #47320B
RGB
CMYK
RGB Variations
Color information
#47320B (or 0x47320B) is known color: Mikado. HEX triplet: 47, 32 and 0B. RGB value is (71,50,11). Sum of RGB (Red+Green+Blue) = 71+50+11=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47320B is #B8CDF4. Grayscale: #343434. Windows color (decimal): -12111349 or 733767. OLE color: 733767.
HSL color Cylindrical-coordinate representation of color #47320B: hue angle of 39º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47320B is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 11 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.72 |
| HSL | 39º | 0.73% | 0.16% | - |
| HSV(B) | 39º | 0.85% | 0.28% | - |
| XYZ | 3.8 | 3.64 | 0.82 | - |
| YUV | 51.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 11 | 0 | 0.30 | 0.85 | 0.72 | 39 | 0.73 | 0.16 |
| Hex | 47 | 32 | B | 0 | 1E | 55 | 48 | 27 | 49 | 10 |
| Octal | 107 | 62 | 13 | 0 | 36 | 125 | 110 | 47 | 111 | 20 |
| Binary | 1000111 | 110010 | 1011 | 0 | 11110 | 1010101 | 1001000 | 100111 | 1001001 | 10000 |
Color Harmonies of #47320B
Complementary color
Monochromatic Colors of #47320B
Black with #47320B
Text Example
Text Example
White with #47320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47320B; }
p { color: rgb(71,50,11); }
H1.HeaderClassName
{
color: #47320B;
}
.AnyTagClassName
{
color: #47320B;
}
</style>
background-color css
<style>
a { background-color: #47320B; }
a { background-color: rgb(71,50,11); }
div.DivClassName
{
background-color: #47320B;
}
.BgClassName
{
background-color: #47320B;
}
</style>
border-color css
<style>
span { border-color: #47320B; }
span { border-color: rgb(71,50,11); }
td.TdClassName
{
border-color: #47320B;
}
.TagClassName
{
border-color: #47320B;
}
</style>