Shades of Onion #484334
Tints of Onion #484334
RGB
CMYK
RGB Variations
Color information
#484334 (or 0x484334) is known color: Onion. HEX triplet: 48, 43 and 34. RGB value is (72,67,52). Sum of RGB (Red+Green+Blue) = 72+67+52=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484334 is #B7BCCB. Grayscale: #424242. Windows color (decimal): -12041420 or 3425096. OLE color: 3425096.
HSL color Cylindrical-coordinate representation of color #484334: hue angle of 45º 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 #484334 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 52 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.72 |
| HSL | 45º | 0.16% | 0.24% | - |
| HSV(B) | 45º | 0.28% | 0.28% | - |
| XYZ | 5.3 | 5.64 | 4.06 | - |
| YUV | 66.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 52 | 0 | 0.07 | 0.28 | 0.72 | 45 | 0.16 | 0.24 |
| Hex | 48 | 43 | 34 | 0 | 7 | 1C | 48 | 2D | 10 | 18 |
| Octal | 110 | 103 | 64 | 0 | 7 | 34 | 110 | 55 | 20 | 30 |
| Binary | 1001000 | 1000011 | 110100 | 0 | 111 | 11100 | 1001000 | 101101 | 10000 | 11000 |
Color Harmonies of #484334
Complementary color
Monochromatic Colors of #484334
Black with #484334
Text Example
Text Example
White with #484334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484334; }
p { color: rgb(72,67,52); }
H1.HeaderClassName
{
color: #484334;
}
.AnyTagClassName
{
color: #484334;
}
</style>
background-color css
<style>
a { background-color: #484334; }
a { background-color: rgb(72,67,52); }
div.DivClassName
{
background-color: #484334;
}
.BgClassName
{
background-color: #484334;
}
</style>
border-color css
<style>
span { border-color: #484334; }
span { border-color: rgb(72,67,52); }
td.TdClassName
{
border-color: #484334;
}
.TagClassName
{
border-color: #484334;
}
</style>