Shades of Mikado #473A22
Tints of Mikado #473A22
RGB
CMYK
RGB Variations
Color information
#473A22 (or 0x473A22) is known color: Mikado. HEX triplet: 47, 3A and 22. RGB value is (71,58,34). Sum of RGB (Red+Green+Blue) = 71+58+34=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A22 is #B8C5DD. Grayscale: #3B3B3B. Windows color (decimal): -12109278 or 2243143. OLE color: 2243143.
HSL color Cylindrical-coordinate representation of color #473A22: hue angle of 38.92º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473A22 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 34 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.72 |
| HSL | 38.92º | 0.35% | 0.21% | - |
| HSV(B) | 38.92º | 0.52% | 0.28% | - |
| XYZ | 4.4 | 4.48 | 2.15 | - |
| YUV | 59.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 34 | 0 | 0.18 | 0.52 | 0.72 | 38.92 | 0.35 | 0.21 |
| Hex | 47 | 3A | 22 | 0 | 12 | 34 | 48 | 27 | 23 | 15 |
| Octal | 107 | 72 | 42 | 0 | 22 | 64 | 110 | 47 | 43 | 25 |
| Binary | 1000111 | 111010 | 100010 | 0 | 10010 | 110100 | 1001000 | 100111 | 100011 | 10101 |
Color Harmonies of #473A22
Complementary color
Monochromatic Colors of #473A22
Black with #473A22
Text Example
Text Example
White with #473A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A22; }
p { color: rgb(71,58,34); }
H1.HeaderClassName
{
color: #473A22;
}
.AnyTagClassName
{
color: #473A22;
}
</style>
background-color css
<style>
a { background-color: #473A22; }
a { background-color: rgb(71,58,34); }
div.DivClassName
{
background-color: #473A22;
}
.BgClassName
{
background-color: #473A22;
}
</style>
border-color css
<style>
span { border-color: #473A22; }
span { border-color: rgb(71,58,34); }
td.TdClassName
{
border-color: #473A22;
}
.TagClassName
{
border-color: #473A22;
}
</style>