Shades of Mikado #473102
Tints of Mikado #473102
RGB
CMYK
RGB Variations
Color information
#473102 (or 0x473102) is known color: Mikado. HEX triplet: 47, 31 and 02. RGB value is (71,49,2). Sum of RGB (Red+Green+Blue) = 71+49+2=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473102 is #B8CEFD. Grayscale: #323232. Windows color (decimal): -12111614 or 143687. OLE color: 143687.
HSL color Cylindrical-coordinate representation of color #473102: hue angle of 40.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #473102 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 2 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.72 |
| HSL | 40.87º | 0.95% | 0.14% | - |
| HSV(B) | 40.87º | 0.97% | 0.28% | - |
| XYZ | 3.71 | 3.54 | 0.55 | - |
| YUV | 50.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 2 | 0 | 0.31 | 0.97 | 0.72 | 40.87 | 0.95 | 0.14 |
| Hex | 47 | 31 | 2 | 0 | 1F | 61 | 48 | 29 | 5F | E |
| Octal | 107 | 61 | 2 | 0 | 37 | 141 | 110 | 51 | 137 | 16 |
| Binary | 1000111 | 110001 | 10 | 0 | 11111 | 1100001 | 1001000 | 101001 | 1011111 | 1110 |
Color Harmonies of #473102
Complementary color
Monochromatic Colors of #473102
Black with #473102
Text Example
Text Example
White with #473102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473102; }
p { color: rgb(71,49,2); }
H1.HeaderClassName
{
color: #473102;
}
.AnyTagClassName
{
color: #473102;
}
</style>
background-color css
<style>
a { background-color: #473102; }
a { background-color: rgb(71,49,2); }
div.DivClassName
{
background-color: #473102;
}
.BgClassName
{
background-color: #473102;
}
</style>
border-color css
<style>
span { border-color: #473102; }
span { border-color: rgb(71,49,2); }
td.TdClassName
{
border-color: #473102;
}
.TagClassName
{
border-color: #473102;
}
</style>