Shades of Mikado #473819
Tints of Mikado #473819
RGB
CMYK
RGB Variations
Color information
#473819 (or 0x473819) is known color: Mikado. HEX triplet: 47, 38 and 19. RGB value is (71,56,25). Sum of RGB (Red+Green+Blue) = 71+56+25=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473819 is #B8C7E6. Grayscale: #393939. Windows color (decimal): -12109799 or 1652807. OLE color: 1652807.
HSL color Cylindrical-coordinate representation of color #473819: hue angle of 40.43º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473819 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 25 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.72 |
| HSL | 40.43º | 0.48% | 0.19% | - |
| HSV(B) | 40.43º | 0.65% | 0.28% | - |
| XYZ | 4.19 | 4.24 | 1.52 | - |
| YUV | 56.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 25 | 0 | 0.21 | 0.65 | 0.72 | 40.43 | 0.48 | 0.19 |
| Hex | 47 | 38 | 19 | 0 | 15 | 41 | 48 | 28 | 30 | 13 |
| Octal | 107 | 70 | 31 | 0 | 25 | 101 | 110 | 50 | 60 | 23 |
| Binary | 1000111 | 111000 | 11001 | 0 | 10101 | 1000001 | 1001000 | 101000 | 110000 | 10011 |
Color Harmonies of #473819
Complementary color
Monochromatic Colors of #473819
Black with #473819
Text Example
Text Example
White with #473819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473819; }
p { color: rgb(71,56,25); }
H1.HeaderClassName
{
color: #473819;
}
.AnyTagClassName
{
color: #473819;
}
</style>
background-color css
<style>
a { background-color: #473819; }
a { background-color: rgb(71,56,25); }
div.DivClassName
{
background-color: #473819;
}
.BgClassName
{
background-color: #473819;
}
</style>
border-color css
<style>
span { border-color: #473819; }
span { border-color: rgb(71,56,25); }
td.TdClassName
{
border-color: #473819;
}
.TagClassName
{
border-color: #473819;
}
</style>