Shades of Onion #473F2D
Tints of Onion #473F2D
RGB
CMYK
RGB Variations
Color information
#473F2D (or 0x473F2D) is known color: Onion. HEX triplet: 47, 3F and 2D. RGB value is (71,63,45). Sum of RGB (Red+Green+Blue) = 71+63+45=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F2D is #B8C0D2. Grayscale: #3F3F3F. Windows color (decimal): -12107987 or 2965319. OLE color: 2965319.
HSL color Cylindrical-coordinate representation of color #473F2D: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473F2D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 45 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.72 |
| HSL | 41.54º | 0.22% | 0.23% | - |
| HSV(B) | 41.54º | 0.37% | 0.28% | - |
| XYZ | 4.85 | 5.08 | 3.21 | - |
| YUV | 63.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 45 | 0 | 0.11 | 0.37 | 0.72 | 41.54 | 0.22 | 0.23 |
| Hex | 47 | 3F | 2D | 0 | B | 25 | 48 | 2A | 16 | 17 |
| Octal | 107 | 77 | 55 | 0 | 13 | 45 | 110 | 52 | 26 | 27 |
| Binary | 1000111 | 111111 | 101101 | 0 | 1011 | 100101 | 1001000 | 101010 | 10110 | 10111 |
Color Harmonies of #473F2D
Complementary color
Monochromatic Colors of #473F2D
Black with #473F2D
Text Example
Text Example
White with #473F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F2D; }
p { color: rgb(71,63,45); }
H1.HeaderClassName
{
color: #473F2D;
}
.AnyTagClassName
{
color: #473F2D;
}
</style>
background-color css
<style>
a { background-color: #473F2D; }
a { background-color: rgb(71,63,45); }
div.DivClassName
{
background-color: #473F2D;
}
.BgClassName
{
background-color: #473F2D;
}
</style>
border-color css
<style>
span { border-color: #473F2D; }
span { border-color: rgb(71,63,45); }
td.TdClassName
{
border-color: #473F2D;
}
.TagClassName
{
border-color: #473F2D;
}
</style>