Shades of Onion #48402D
Tints of Onion #48402D
RGB
CMYK
RGB Variations
Color information
#48402D (or 0x48402D) is known color: Onion. HEX triplet: 48, 40 and 2D. RGB value is (72,64,45). Sum of RGB (Red+Green+Blue) = 72+64+45=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402D is #B7BFD2. Grayscale: #404040. Windows color (decimal): -12042195 or 2965576. OLE color: 2965576.
HSL color Cylindrical-coordinate representation of color #48402D: hue angle of 42.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48402D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 45 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.72 |
| HSL | 42.22º | 0.23% | 0.23% | - |
| HSV(B) | 42.22º | 0.38% | 0.28% | - |
| XYZ | 4.98 | 5.23 | 3.23 | - |
| YUV | 64.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 45 | 0 | 0.11 | 0.38 | 0.72 | 42.22 | 0.23 | 0.23 |
| Hex | 48 | 40 | 2D | 0 | B | 26 | 48 | 2A | 17 | 17 |
| Octal | 110 | 100 | 55 | 0 | 13 | 46 | 110 | 52 | 27 | 27 |
| Binary | 1001000 | 1000000 | 101101 | 0 | 1011 | 100110 | 1001000 | 101010 | 10111 | 10111 |
Color Harmonies of #48402D
Complementary color
Monochromatic Colors of #48402D
Black with #48402D
Text Example
Text Example
White with #48402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48402D; }
p { color: rgb(72,64,45); }
H1.HeaderClassName
{
color: #48402D;
}
.AnyTagClassName
{
color: #48402D;
}
</style>
background-color css
<style>
a { background-color: #48402D; }
a { background-color: rgb(72,64,45); }
div.DivClassName
{
background-color: #48402D;
}
.BgClassName
{
background-color: #48402D;
}
</style>
border-color css
<style>
span { border-color: #48402D; }
span { border-color: rgb(72,64,45); }
td.TdClassName
{
border-color: #48402D;
}
.TagClassName
{
border-color: #48402D;
}
</style>