Shades of Onion #484331
Tints of Onion #484331
RGB
CMYK
RGB Variations
Color information
#484331 (or 0x484331) is known color: Onion. HEX triplet: 48, 43 and 31. RGB value is (72,67,49). Sum of RGB (Red+Green+Blue) = 72+67+49=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484331 is #B7BCCE. Grayscale: #424242. Windows color (decimal): -12041423 or 3228488. OLE color: 3228488.
HSL color Cylindrical-coordinate representation of color #484331: hue angle of 46.96º 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 #484331 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 49 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.72 |
| HSL | 46.96º | 0.19% | 0.24% | - |
| HSV(B) | 46.96º | 0.32% | 0.28% | - |
| XYZ | 5.23 | 5.61 | 3.71 | - |
| YUV | 66.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 49 | 0 | 0.07 | 0.32 | 0.72 | 46.96 | 0.19 | 0.24 |
| Hex | 48 | 43 | 31 | 0 | 7 | 20 | 48 | 2F | 13 | 18 |
| Octal | 110 | 103 | 61 | 0 | 7 | 40 | 110 | 57 | 23 | 30 |
| Binary | 1001000 | 1000011 | 110001 | 0 | 111 | 100000 | 1001000 | 101111 | 10011 | 11000 |
Color Harmonies of #484331
Complementary color
Monochromatic Colors of #484331
Black with #484331
Text Example
Text Example
White with #484331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484331; }
p { color: rgb(72,67,49); }
H1.HeaderClassName
{
color: #484331;
}
.AnyTagClassName
{
color: #484331;
}
</style>
background-color css
<style>
a { background-color: #484331; }
a { background-color: rgb(72,67,49); }
div.DivClassName
{
background-color: #484331;
}
.BgClassName
{
background-color: #484331;
}
</style>
border-color css
<style>
span { border-color: #484331; }
span { border-color: rgb(72,67,49); }
td.TdClassName
{
border-color: #484331;
}
.TagClassName
{
border-color: #484331;
}
</style>