Shades of Onion #474334
Tints of Onion #474334
RGB
CMYK
RGB Variations
Color information
#474334 (or 0x474334) is known color: Onion. HEX triplet: 47, 43 and 34. RGB value is (71,67,52). Sum of RGB (Red+Green+Blue) = 71+67+52=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474334 is #B8BCCB. Grayscale: #424242. Windows color (decimal): -12106956 or 3425095. OLE color: 3425095.
HSL color Cylindrical-coordinate representation of color #474334: hue angle of 47.37º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474334 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 52 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.72 |
| HSL | 47.37º | 0.15% | 0.24% | - |
| HSV(B) | 47.37º | 0.27% | 0.28% | - |
| XYZ | 5.23 | 5.6 | 4.05 | - |
| YUV | 66.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 52 | 0 | 0.06 | 0.27 | 0.72 | 47.37 | 0.15 | 0.24 |
| Hex | 47 | 43 | 34 | 0 | 6 | 1B | 48 | 2F | F | 18 |
| Octal | 107 | 103 | 64 | 0 | 6 | 33 | 110 | 57 | 17 | 30 |
| Binary | 1000111 | 1000011 | 110100 | 0 | 110 | 11011 | 1001000 | 101111 | 1111 | 11000 |
Color Harmonies of #474334
Complementary color
Monochromatic Colors of #474334
Black with #474334
Text Example
Text Example
White with #474334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474334; }
p { color: rgb(71,67,52); }
H1.HeaderClassName
{
color: #474334;
}
.AnyTagClassName
{
color: #474334;
}
</style>
background-color css
<style>
a { background-color: #474334; }
a { background-color: rgb(71,67,52); }
div.DivClassName
{
background-color: #474334;
}
.BgClassName
{
background-color: #474334;
}
</style>
border-color css
<style>
span { border-color: #474334; }
span { border-color: rgb(71,67,52); }
td.TdClassName
{
border-color: #474334;
}
.TagClassName
{
border-color: #474334;
}
</style>