Shades of Onion #484131
Tints of Onion #484131
RGB
CMYK
RGB Variations
Color information
#484131 (or 0x484131) is known color: Onion. HEX triplet: 48, 41 and 31. RGB value is (72,65,49). Sum of RGB (Red+Green+Blue) = 72+65+49=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #484131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484131 is #B7BECE. Grayscale: #414141. Windows color (decimal): -12041935 or 3227976. OLE color: 3227976.
HSL color Cylindrical-coordinate representation of color #484131: hue angle of 41.74º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484131 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 49 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.72 |
| HSL | 41.74º | 0.19% | 0.24% | - |
| HSV(B) | 41.74º | 0.32% | 0.28% | - |
| XYZ | 5.12 | 5.38 | 3.67 | - |
| YUV | 65.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 49 | 0 | 0.10 | 0.32 | 0.72 | 41.74 | 0.19 | 0.24 |
| Hex | 48 | 41 | 31 | 0 | A | 20 | 48 | 2A | 13 | 18 |
| Octal | 110 | 101 | 61 | 0 | 12 | 40 | 110 | 52 | 23 | 30 |
| Binary | 1001000 | 1000001 | 110001 | 0 | 1010 | 100000 | 1001000 | 101010 | 10011 | 11000 |
Color Harmonies of #484131
Complementary color
Monochromatic Colors of #484131
Black with #484131
Text Example
Text Example
White with #484131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484131; }
p { color: rgb(72,65,49); }
H1.HeaderClassName
{
color: #484131;
}
.AnyTagClassName
{
color: #484131;
}
</style>
background-color css
<style>
a { background-color: #484131; }
a { background-color: rgb(72,65,49); }
div.DivClassName
{
background-color: #484131;
}
.BgClassName
{
background-color: #484131;
}
</style>
border-color css
<style>
span { border-color: #484131; }
span { border-color: rgb(72,65,49); }
td.TdClassName
{
border-color: #484131;
}
.TagClassName
{
border-color: #484131;
}
</style>