Shades of Onion #48422E
Tints of Onion #48422E
RGB
CMYK
RGB Variations
Color information
#48422E (or 0x48422E) is known color: Onion. HEX triplet: 48, 42 and 2E. RGB value is (72,66,46). Sum of RGB (Red+Green+Blue) = 72+66+46=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422E is #B7BDD1. Grayscale: #414141. Windows color (decimal): -12041682 or 3031624. OLE color: 3031624.
HSL color Cylindrical-coordinate representation of color #48422E: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48422E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 46 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.72 |
| HSL | 46.15º | 0.22% | 0.23% | - |
| HSV(B) | 46.15º | 0.36% | 0.28% | - |
| XYZ | 5.11 | 5.47 | 3.37 | - |
| YUV | 65.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 46 | 0 | 0.08 | 0.36 | 0.72 | 46.15 | 0.22 | 0.23 |
| Hex | 48 | 42 | 2E | 0 | 8 | 24 | 48 | 2E | 16 | 17 |
| Octal | 110 | 102 | 56 | 0 | 10 | 44 | 110 | 56 | 26 | 27 |
| Binary | 1001000 | 1000010 | 101110 | 0 | 1000 | 100100 | 1001000 | 101110 | 10110 | 10111 |
Color Harmonies of #48422E
Complementary color
Monochromatic Colors of #48422E
Black with #48422E
Text Example
Text Example
White with #48422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48422E; }
p { color: rgb(72,66,46); }
H1.HeaderClassName
{
color: #48422E;
}
.AnyTagClassName
{
color: #48422E;
}
</style>
background-color css
<style>
a { background-color: #48422E; }
a { background-color: rgb(72,66,46); }
div.DivClassName
{
background-color: #48422E;
}
.BgClassName
{
background-color: #48422E;
}
</style>
border-color css
<style>
span { border-color: #48422E; }
span { border-color: rgb(72,66,46); }
td.TdClassName
{
border-color: #48422E;
}
.TagClassName
{
border-color: #48422E;
}
</style>