Shades of Onion #483F2D
Tints of Onion #483F2D
RGB
CMYK
RGB Variations
Color information
#483F2D (or 0x483F2D) is known color: Onion. HEX triplet: 48, 3F and 2D. RGB value is (72,63,45). Sum of RGB (Red+Green+Blue) = 72+63+45=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F2D is #B7C0D2. Grayscale: #3F3F3F. Windows color (decimal): -12042451 or 2965320. OLE color: 2965320.
HSL color Cylindrical-coordinate representation of color #483F2D: hue angle of 40º 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 #483F2D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 45 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.72 |
| HSL | 40º | 0.23% | 0.23% | - |
| HSV(B) | 40º | 0.38% | 0.28% | - |
| XYZ | 4.92 | 5.12 | 3.21 | - |
| YUV | 63.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 45 | 0 | 0.12 | 0.38 | 0.72 | 40 | 0.23 | 0.23 |
| Hex | 48 | 3F | 2D | 0 | C | 26 | 48 | 28 | 17 | 17 |
| Octal | 110 | 77 | 55 | 0 | 14 | 46 | 110 | 50 | 27 | 27 |
| Binary | 1001000 | 111111 | 101101 | 0 | 1100 | 100110 | 1001000 | 101000 | 10111 | 10111 |
Color Harmonies of #483F2D
Complementary color
Monochromatic Colors of #483F2D
Black with #483F2D
Text Example
Text Example
White with #483F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F2D; }
p { color: rgb(72,63,45); }
H1.HeaderClassName
{
color: #483F2D;
}
.AnyTagClassName
{
color: #483F2D;
}
</style>
background-color css
<style>
a { background-color: #483F2D; }
a { background-color: rgb(72,63,45); }
div.DivClassName
{
background-color: #483F2D;
}
.BgClassName
{
background-color: #483F2D;
}
</style>
border-color css
<style>
span { border-color: #483F2D; }
span { border-color: rgb(72,63,45); }
td.TdClassName
{
border-color: #483F2D;
}
.TagClassName
{
border-color: #483F2D;
}
</style>