Shades of Onion #484434
Tints of Onion #484434
RGB
CMYK
RGB Variations
Color information
#484434 (or 0x484434) is known color: Onion. HEX triplet: 48, 44 and 34. RGB value is (72,68,52). Sum of RGB (Red+Green+Blue) = 72+68+52=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484434 is #B7BBCB. Grayscale: #434343. Windows color (decimal): -12041164 or 3425352. OLE color: 3425352.
HSL color Cylindrical-coordinate representation of color #484434: hue angle of 48º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484434 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 52 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.72 |
| HSL | 48º | 0.16% | 0.24% | - |
| HSV(B) | 48º | 0.28% | 0.28% | - |
| XYZ | 5.36 | 5.76 | 4.08 | - |
| YUV | 67.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 52 | 0 | 0.06 | 0.28 | 0.72 | 48 | 0.16 | 0.24 |
| Hex | 48 | 44 | 34 | 0 | 6 | 1C | 48 | 30 | 10 | 18 |
| Octal | 110 | 104 | 64 | 0 | 6 | 34 | 110 | 60 | 20 | 30 |
| Binary | 1001000 | 1000100 | 110100 | 0 | 110 | 11100 | 1001000 | 110000 | 10000 | 11000 |
Color Harmonies of #484434
Complementary color
Monochromatic Colors of #484434
Black with #484434
Text Example
Text Example
White with #484434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484434; }
p { color: rgb(72,68,52); }
H1.HeaderClassName
{
color: #484434;
}
.AnyTagClassName
{
color: #484434;
}
</style>
background-color css
<style>
a { background-color: #484434; }
a { background-color: rgb(72,68,52); }
div.DivClassName
{
background-color: #484434;
}
.BgClassName
{
background-color: #484434;
}
</style>
border-color css
<style>
span { border-color: #484434; }
span { border-color: rgb(72,68,52); }
td.TdClassName
{
border-color: #484434;
}
.TagClassName
{
border-color: #484434;
}
</style>