Shades of Onion #484337
Tints of Onion #484337
RGB
CMYK
RGB Variations
Color information
#484337 (or 0x484337) is known color: Onion. HEX triplet: 48, 43 and 37. RGB value is (72,67,55). Sum of RGB (Red+Green+Blue) = 72+67+55=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484337 is #B7BCC8. Grayscale: #434343. Windows color (decimal): -12041417 or 3621704. OLE color: 3621704.
HSL color Cylindrical-coordinate representation of color #484337: hue angle of 42.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484337 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 55 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.72 |
| HSL | 42.35º | 0.13% | 0.25% | - |
| HSV(B) | 42.35º | 0.24% | 0.28% | - |
| XYZ | 5.37 | 5.67 | 4.43 | - |
| YUV | 67.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 55 | 0 | 0.07 | 0.24 | 0.72 | 42.35 | 0.13 | 0.25 |
| Hex | 48 | 43 | 37 | 0 | 7 | 18 | 48 | 2A | D | 19 |
| Octal | 110 | 103 | 67 | 0 | 7 | 30 | 110 | 52 | 15 | 31 |
| Binary | 1001000 | 1000011 | 110111 | 0 | 111 | 11000 | 1001000 | 101010 | 1101 | 11001 |
Color Harmonies of #484337
Complementary color
Monochromatic Colors of #484337
Black with #484337
Text Example
Text Example
White with #484337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484337; }
p { color: rgb(72,67,55); }
H1.HeaderClassName
{
color: #484337;
}
.AnyTagClassName
{
color: #484337;
}
</style>
background-color css
<style>
a { background-color: #484337; }
a { background-color: rgb(72,67,55); }
div.DivClassName
{
background-color: #484337;
}
.BgClassName
{
background-color: #484337;
}
</style>
border-color css
<style>
span { border-color: #484337; }
span { border-color: rgb(72,67,55); }
td.TdClassName
{
border-color: #484337;
}
.TagClassName
{
border-color: #484337;
}
</style>