Shades of Onion #474130
Tints of Onion #474130
RGB
CMYK
RGB Variations
Color information
#474130 (or 0x474130) is known color: Onion. HEX triplet: 47, 41 and 30. RGB value is (71,65,48). Sum of RGB (Red+Green+Blue) = 71+65+48=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #474130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474130 is #B8BECF. Grayscale: #404040. Windows color (decimal): -12107472 or 3162439. OLE color: 3162439.
HSL color Cylindrical-coordinate representation of color #474130: hue angle of 44.35º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474130 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 48 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.72 |
| HSL | 44.35º | 0.19% | 0.23% | - |
| HSV(B) | 44.35º | 0.32% | 0.28% | - |
| XYZ | 5.02 | 5.33 | 3.56 | - |
| YUV | 64.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 48 | 0 | 0.08 | 0.32 | 0.72 | 44.35 | 0.19 | 0.23 |
| Hex | 47 | 41 | 30 | 0 | 8 | 20 | 48 | 2C | 13 | 17 |
| Octal | 107 | 101 | 60 | 0 | 10 | 40 | 110 | 54 | 23 | 27 |
| Binary | 1000111 | 1000001 | 110000 | 0 | 1000 | 100000 | 1001000 | 101100 | 10011 | 10111 |
Color Harmonies of #474130
Complementary color
Monochromatic Colors of #474130
Black with #474130
Text Example
Text Example
White with #474130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474130; }
p { color: rgb(71,65,48); }
H1.HeaderClassName
{
color: #474130;
}
.AnyTagClassName
{
color: #474130;
}
</style>
background-color css
<style>
a { background-color: #474130; }
a { background-color: rgb(71,65,48); }
div.DivClassName
{
background-color: #474130;
}
.BgClassName
{
background-color: #474130;
}
</style>
border-color css
<style>
span { border-color: #474130; }
span { border-color: rgb(71,65,48); }
td.TdClassName
{
border-color: #474130;
}
.TagClassName
{
border-color: #474130;
}
</style>