Shades of Onion #463F2D
Tints of Onion #463F2D
RGB
CMYK
RGB Variations
Color information
#463F2D (or 0x463F2D) is known color: Onion. HEX triplet: 46, 3F and 2D. RGB value is (70,63,45). Sum of RGB (Red+Green+Blue) = 70+63+45=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2D is #B9C0D2. Grayscale: #3F3F3F. Windows color (decimal): -12173523 or 2965318. OLE color: 2965318.
HSL color Cylindrical-coordinate representation of color #463F2D: hue angle of 43.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463F2D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 45 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.73 |
| HSL | 43.2º | 0.22% | 0.23% | - |
| HSV(B) | 43.2º | 0.36% | 0.27% | - |
| XYZ | 4.78 | 5.05 | 3.2 | - |
| YUV | 63.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 45 | 0 | 0.10 | 0.36 | 0.73 | 43.2 | 0.22 | 0.23 |
| Hex | 46 | 3F | 2D | 0 | A | 24 | 49 | 2B | 16 | 17 |
| Octal | 106 | 77 | 55 | 0 | 12 | 44 | 111 | 53 | 26 | 27 |
| Binary | 1000110 | 111111 | 101101 | 0 | 1010 | 100100 | 1001001 | 101011 | 10110 | 10111 |
Color Harmonies of #463F2D
Complementary color
Monochromatic Colors of #463F2D
Black with #463F2D
Text Example
Text Example
White with #463F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F2D; }
p { color: rgb(70,63,45); }
H1.HeaderClassName
{
color: #463F2D;
}
.AnyTagClassName
{
color: #463F2D;
}
</style>
background-color css
<style>
a { background-color: #463F2D; }
a { background-color: rgb(70,63,45); }
div.DivClassName
{
background-color: #463F2D;
}
.BgClassName
{
background-color: #463F2D;
}
</style>
border-color css
<style>
span { border-color: #463F2D; }
span { border-color: rgb(70,63,45); }
td.TdClassName
{
border-color: #463F2D;
}
.TagClassName
{
border-color: #463F2D;
}
</style>