Shades of Onion #483F2E
Tints of Onion #483F2E
RGB
CMYK
RGB Variations
Color information
#483F2E (or 0x483F2E) is known color: Onion. HEX triplet: 48, 3F and 2E. RGB value is (72,63,46). Sum of RGB (Red+Green+Blue) = 72+63+46=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F2E is #B7C0D1. Grayscale: #3F3F3F. Windows color (decimal): -12042450 or 3030856. OLE color: 3030856.
HSL color Cylindrical-coordinate representation of color #483F2E: hue angle of 39.23º 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 #483F2E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 46 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.72 |
| HSL | 39.23º | 0.22% | 0.23% | - |
| HSV(B) | 39.23º | 0.36% | 0.28% | - |
| XYZ | 4.94 | 5.13 | 3.31 | - |
| YUV | 63.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 46 | 0 | 0.12 | 0.36 | 0.72 | 39.23 | 0.22 | 0.23 |
| Hex | 48 | 3F | 2E | 0 | C | 24 | 48 | 27 | 16 | 17 |
| Octal | 110 | 77 | 56 | 0 | 14 | 44 | 110 | 47 | 26 | 27 |
| Binary | 1001000 | 111111 | 101110 | 0 | 1100 | 100100 | 1001000 | 100111 | 10110 | 10111 |
Color Harmonies of #483F2E
Complementary color
Monochromatic Colors of #483F2E
Black with #483F2E
Text Example
Text Example
White with #483F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F2E; }
p { color: rgb(72,63,46); }
H1.HeaderClassName
{
color: #483F2E;
}
.AnyTagClassName
{
color: #483F2E;
}
</style>
background-color css
<style>
a { background-color: #483F2E; }
a { background-color: rgb(72,63,46); }
div.DivClassName
{
background-color: #483F2E;
}
.BgClassName
{
background-color: #483F2E;
}
</style>
border-color css
<style>
span { border-color: #483F2E; }
span { border-color: rgb(72,63,46); }
td.TdClassName
{
border-color: #483F2E;
}
.TagClassName
{
border-color: #483F2E;
}
</style>