Shades of Onion #473F31
Tints of Onion #473F31
RGB
CMYK
RGB Variations
Color information
#473F31 (or 0x473F31) is known color: Onion. HEX triplet: 47, 3F and 31. RGB value is (71,63,49). Sum of RGB (Red+Green+Blue) = 71+63+49=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #473F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F31 is #B8C0CE. Grayscale: #3F3F3F. Windows color (decimal): -12107983 or 3227463. OLE color: 3227463.
HSL color Cylindrical-coordinate representation of color #473F31: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473F31 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 49 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.72 |
| HSL | 38.18º | 0.18% | 0.24% | - |
| HSV(B) | 38.18º | 0.31% | 0.28% | - |
| XYZ | 4.93 | 5.12 | 3.63 | - |
| YUV | 63.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 49 | 0 | 0.11 | 0.31 | 0.72 | 38.18 | 0.18 | 0.24 |
| Hex | 47 | 3F | 31 | 0 | B | 1F | 48 | 26 | 12 | 18 |
| Octal | 107 | 77 | 61 | 0 | 13 | 37 | 110 | 46 | 22 | 30 |
| Binary | 1000111 | 111111 | 110001 | 0 | 1011 | 11111 | 1001000 | 100110 | 10010 | 11000 |
Color Harmonies of #473F31
Complementary color
Monochromatic Colors of #473F31
Black with #473F31
Text Example
Text Example
White with #473F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F31; }
p { color: rgb(71,63,49); }
H1.HeaderClassName
{
color: #473F31;
}
.AnyTagClassName
{
color: #473F31;
}
</style>
background-color css
<style>
a { background-color: #473F31; }
a { background-color: rgb(71,63,49); }
div.DivClassName
{
background-color: #473F31;
}
.BgClassName
{
background-color: #473F31;
}
</style>
border-color css
<style>
span { border-color: #473F31; }
span { border-color: rgb(71,63,49); }
td.TdClassName
{
border-color: #473F31;
}
.TagClassName
{
border-color: #473F31;
}
</style>