Shades of Mikado #473301
Tints of Mikado #473301
RGB
CMYK
RGB Variations
Color information
#473301 (or 0x473301) is known color: Mikado. HEX triplet: 47, 33 and 01. RGB value is (71,51,1). Sum of RGB (Red+Green+Blue) = 71+51+1=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473301 is #B8CCFE. Grayscale: #333333. Windows color (decimal): -12111103 or 78663. OLE color: 78663.
HSL color Cylindrical-coordinate representation of color #473301: hue angle of 42.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473301 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.72 |
| HSL | 42.86º | 0.97% | 0.14% | - |
| HSV(B) | 42.86º | 0.99% | 0.28% | - |
| XYZ | 3.79 | 3.71 | 0.55 | - |
| YUV | 51.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 1 | 0 | 0.28 | 0.99 | 0.72 | 42.86 | 0.97 | 0.14 |
| Hex | 47 | 33 | 1 | 0 | 1C | 63 | 48 | 2B | 61 | E |
| Octal | 107 | 63 | 1 | 0 | 34 | 143 | 110 | 53 | 141 | 16 |
| Binary | 1000111 | 110011 | 1 | 0 | 11100 | 1100011 | 1001000 | 101011 | 1100001 | 1110 |
Color Harmonies of #473301
Complementary color
Monochromatic Colors of #473301
Black with #473301
Text Example
Text Example
White with #473301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473301; }
p { color: rgb(71,51,1); }
H1.HeaderClassName
{
color: #473301;
}
.AnyTagClassName
{
color: #473301;
}
</style>
background-color css
<style>
a { background-color: #473301; }
a { background-color: rgb(71,51,1); }
div.DivClassName
{
background-color: #473301;
}
.BgClassName
{
background-color: #473301;
}
</style>
border-color css
<style>
span { border-color: #473301; }
span { border-color: rgb(71,51,1); }
td.TdClassName
{
border-color: #473301;
}
.TagClassName
{
border-color: #473301;
}
</style>