Shades of Mikado #473302
Tints of Mikado #473302
RGB
CMYK
RGB Variations
Color information
#473302 (or 0x473302) is known color: Mikado. HEX triplet: 47, 33 and 02. RGB value is (71,51,2). Sum of RGB (Red+Green+Blue) = 71+51+2=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473302 is #B8CCFD. Grayscale: #333333. Windows color (decimal): -12111102 or 144199. OLE color: 144199.
HSL color Cylindrical-coordinate representation of color #473302: hue angle of 42.61º 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 #473302 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 2 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.72 |
| HSL | 42.61º | 0.95% | 0.14% | - |
| HSV(B) | 42.61º | 0.97% | 0.28% | - |
| XYZ | 3.79 | 3.71 | 0.57 | - |
| YUV | 51.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 2 | 0 | 0.28 | 0.97 | 0.72 | 42.61 | 0.95 | 0.14 |
| Hex | 47 | 33 | 2 | 0 | 1C | 61 | 48 | 2B | 5F | E |
| Octal | 107 | 63 | 2 | 0 | 34 | 141 | 110 | 53 | 137 | 16 |
| Binary | 1000111 | 110011 | 10 | 0 | 11100 | 1100001 | 1001000 | 101011 | 1011111 | 1110 |
Color Harmonies of #473302
Complementary color
Monochromatic Colors of #473302
Black with #473302
Text Example
Text Example
White with #473302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473302; }
p { color: rgb(71,51,2); }
H1.HeaderClassName
{
color: #473302;
}
.AnyTagClassName
{
color: #473302;
}
</style>
background-color css
<style>
a { background-color: #473302; }
a { background-color: rgb(71,51,2); }
div.DivClassName
{
background-color: #473302;
}
.BgClassName
{
background-color: #473302;
}
</style>
border-color css
<style>
span { border-color: #473302; }
span { border-color: rgb(71,51,2); }
td.TdClassName
{
border-color: #473302;
}
.TagClassName
{
border-color: #473302;
}
</style>