Shades of Onion #483F28
Tints of Onion #483F28
RGB
CMYK
RGB Variations
Color information
#483F28 (or 0x483F28) is known color: Onion. HEX triplet: 48, 3F and 28. RGB value is (72,63,40). Sum of RGB (Red+Green+Blue) = 72+63+40=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F28 is #B7C0D7. Grayscale: #3F3F3F. Windows color (decimal): -12042456 or 2637640. OLE color: 2637640.
HSL color Cylindrical-coordinate representation of color #483F28: hue angle of 43.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483F28 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 40 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.72 |
| HSL | 43.13º | 0.29% | 0.22% | - |
| HSV(B) | 43.13º | 0.44% | 0.28% | - |
| XYZ | 4.83 | 5.09 | 2.73 | - |
| YUV | 63.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 40 | 0 | 0.12 | 0.44 | 0.72 | 43.13 | 0.29 | 0.22 |
| Hex | 48 | 3F | 28 | 0 | C | 2C | 48 | 2B | 1D | 16 |
| Octal | 110 | 77 | 50 | 0 | 14 | 54 | 110 | 53 | 35 | 26 |
| Binary | 1001000 | 111111 | 101000 | 0 | 1100 | 101100 | 1001000 | 101011 | 11101 | 10110 |
Color Harmonies of #483F28
Complementary color
Monochromatic Colors of #483F28
Black with #483F28
Text Example
Text Example
White with #483F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F28; }
p { color: rgb(72,63,40); }
H1.HeaderClassName
{
color: #483F28;
}
.AnyTagClassName
{
color: #483F28;
}
</style>
background-color css
<style>
a { background-color: #483F28; }
a { background-color: rgb(72,63,40); }
div.DivClassName
{
background-color: #483F28;
}
.BgClassName
{
background-color: #483F28;
}
</style>
border-color css
<style>
span { border-color: #483F28; }
span { border-color: rgb(72,63,40); }
td.TdClassName
{
border-color: #483F28;
}
.TagClassName
{
border-color: #483F28;
}
</style>