Shades of Onion #483D29
Tints of Onion #483D29
RGB
CMYK
RGB Variations
Color information
#483D29 (or 0x483D29) is known color: Onion. HEX triplet: 48, 3D and 29. RGB value is (72,61,41). Sum of RGB (Red+Green+Blue) = 72+61+41=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D29 is #B7C2D6. Grayscale: #3E3E3E. Windows color (decimal): -12042967 or 2702664. OLE color: 2702664.
HSL color Cylindrical-coordinate representation of color #483D29: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483D29 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 41 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.72 |
| HSL | 38.71º | 0.27% | 0.22% | - |
| HSV(B) | 38.71º | 0.43% | 0.28% | - |
| XYZ | 4.74 | 4.88 | 2.79 | - |
| YUV | 62.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 41 | 0 | 0.15 | 0.43 | 0.72 | 38.71 | 0.27 | 0.22 |
| Hex | 48 | 3D | 29 | 0 | F | 2B | 48 | 27 | 1B | 16 |
| Octal | 110 | 75 | 51 | 0 | 17 | 53 | 110 | 47 | 33 | 26 |
| Binary | 1001000 | 111101 | 101001 | 0 | 1111 | 101011 | 1001000 | 100111 | 11011 | 10110 |
Color Harmonies of #483D29
Complementary color
Monochromatic Colors of #483D29
Black with #483D29
Text Example
Text Example
White with #483D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D29; }
p { color: rgb(72,61,41); }
H1.HeaderClassName
{
color: #483D29;
}
.AnyTagClassName
{
color: #483D29;
}
</style>
background-color css
<style>
a { background-color: #483D29; }
a { background-color: rgb(72,61,41); }
div.DivClassName
{
background-color: #483D29;
}
.BgClassName
{
background-color: #483D29;
}
</style>
border-color css
<style>
span { border-color: #483D29; }
span { border-color: rgb(72,61,41); }
td.TdClassName
{
border-color: #483D29;
}
.TagClassName
{
border-color: #483D29;
}
</style>