Shades of Mikado #473202
Tints of Mikado #473202
RGB
CMYK
RGB Variations
Color information
#473202 (or 0x473202) is known color: Mikado. HEX triplet: 47, 32 and 02. RGB value is (71,50,2). Sum of RGB (Red+Green+Blue) = 71+50+2=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473202 is #B8CDFD. Grayscale: #333333. Windows color (decimal): -12111358 or 143943. OLE color: 143943.
HSL color Cylindrical-coordinate representation of color #473202: hue angle of 41.74º 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 #473202 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 2 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.72 |
| HSL | 41.74º | 0.95% | 0.14% | - |
| HSV(B) | 41.74º | 0.97% | 0.28% | - |
| XYZ | 3.75 | 3.63 | 0.56 | - |
| YUV | 50.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 2 | 0 | 0.30 | 0.97 | 0.72 | 41.74 | 0.95 | 0.14 |
| Hex | 47 | 32 | 2 | 0 | 1E | 61 | 48 | 2A | 5F | E |
| Octal | 107 | 62 | 2 | 0 | 36 | 141 | 110 | 52 | 137 | 16 |
| Binary | 1000111 | 110010 | 10 | 0 | 11110 | 1100001 | 1001000 | 101010 | 1011111 | 1110 |
Color Harmonies of #473202
Complementary color
Monochromatic Colors of #473202
Black with #473202
Text Example
Text Example
White with #473202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473202; }
p { color: rgb(71,50,2); }
H1.HeaderClassName
{
color: #473202;
}
.AnyTagClassName
{
color: #473202;
}
</style>
background-color css
<style>
a { background-color: #473202; }
a { background-color: rgb(71,50,2); }
div.DivClassName
{
background-color: #473202;
}
.BgClassName
{
background-color: #473202;
}
</style>
border-color css
<style>
span { border-color: #473202; }
span { border-color: rgb(71,50,2); }
td.TdClassName
{
border-color: #473202;
}
.TagClassName
{
border-color: #473202;
}
</style>