Shades of Onion #484129
Tints of Onion #484129
RGB
CMYK
RGB Variations
Color information
#484129 (or 0x484129) is known color: Onion. HEX triplet: 48, 41 and 29. RGB value is (72,65,41). Sum of RGB (Red+Green+Blue) = 72+65+41=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484129 is #B7BED6. Grayscale: #404040. Windows color (decimal): -12041943 or 2703688. OLE color: 2703688.
HSL color Cylindrical-coordinate representation of color #484129: hue angle of 46.45º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484129 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 41 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.72 |
| HSL | 46.45º | 0.27% | 0.22% | - |
| HSV(B) | 46.45º | 0.43% | 0.28% | - |
| XYZ | 4.96 | 5.32 | 2.86 | - |
| YUV | 64.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 41 | 0 | 0.10 | 0.43 | 0.72 | 46.45 | 0.27 | 0.22 |
| Hex | 48 | 41 | 29 | 0 | A | 2B | 48 | 2E | 1B | 16 |
| Octal | 110 | 101 | 51 | 0 | 12 | 53 | 110 | 56 | 33 | 26 |
| Binary | 1001000 | 1000001 | 101001 | 0 | 1010 | 101011 | 1001000 | 101110 | 11011 | 10110 |
Color Harmonies of #484129
Complementary color
Monochromatic Colors of #484129
Black with #484129
Text Example
Text Example
White with #484129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484129; }
p { color: rgb(72,65,41); }
H1.HeaderClassName
{
color: #484129;
}
.AnyTagClassName
{
color: #484129;
}
</style>
background-color css
<style>
a { background-color: #484129; }
a { background-color: rgb(72,65,41); }
div.DivClassName
{
background-color: #484129;
}
.BgClassName
{
background-color: #484129;
}
</style>
border-color css
<style>
span { border-color: #484129; }
span { border-color: rgb(72,65,41); }
td.TdClassName
{
border-color: #484129;
}
.TagClassName
{
border-color: #484129;
}
</style>