Shades of Onion #463E2B
Tints of Onion #463E2B
RGB
CMYK
RGB Variations
Color information
#463E2B (or 0x463E2B) is known color: Onion. HEX triplet: 46, 3E and 2B. RGB value is (70,62,43). Sum of RGB (Red+Green+Blue) = 70+62+43=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2B is #B9C1D4. Grayscale: #3E3E3E. Windows color (decimal): -12173781 or 2833990. OLE color: 2833990.
HSL color Cylindrical-coordinate representation of color #463E2B: hue angle of 42.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463E2B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 43 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.73 |
| HSL | 42.22º | 0.24% | 0.22% | - |
| HSV(B) | 42.22º | 0.39% | 0.27% | - |
| XYZ | 4.68 | 4.92 | 2.99 | - |
| YUV | 62.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 43 | 0 | 0.11 | 0.39 | 0.73 | 42.22 | 0.24 | 0.22 |
| Hex | 46 | 3E | 2B | 0 | B | 27 | 49 | 2A | 18 | 16 |
| Octal | 106 | 76 | 53 | 0 | 13 | 47 | 111 | 52 | 30 | 26 |
| Binary | 1000110 | 111110 | 101011 | 0 | 1011 | 100111 | 1001001 | 101010 | 11000 | 10110 |
Color Harmonies of #463E2B
Complementary color
Monochromatic Colors of #463E2B
Black with #463E2B
Text Example
Text Example
White with #463E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E2B; }
p { color: rgb(70,62,43); }
H1.HeaderClassName
{
color: #463E2B;
}
.AnyTagClassName
{
color: #463E2B;
}
</style>
background-color css
<style>
a { background-color: #463E2B; }
a { background-color: rgb(70,62,43); }
div.DivClassName
{
background-color: #463E2B;
}
.BgClassName
{
background-color: #463E2B;
}
</style>
border-color css
<style>
span { border-color: #463E2B; }
span { border-color: rgb(70,62,43); }
td.TdClassName
{
border-color: #463E2B;
}
.TagClassName
{
border-color: #463E2B;
}
</style>