Shades of Onion #463F2B
Tints of Onion #463F2B
RGB
CMYK
RGB Variations
Color information
#463F2B (or 0x463F2B) is known color: Onion. HEX triplet: 46, 3F and 2B. RGB value is (70,63,43). Sum of RGB (Red+Green+Blue) = 70+63+43=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2B is #B9C0D4. Grayscale: #3E3E3E. Windows color (decimal): -12173525 or 2834246. OLE color: 2834246.
HSL color Cylindrical-coordinate representation of color #463F2B: hue angle of 44.44º 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 #463F2B is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 43 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.73 |
| HSL | 44.44º | 0.24% | 0.22% | - |
| HSV(B) | 44.44º | 0.39% | 0.27% | - |
| XYZ | 4.74 | 5.03 | 3.01 | - |
| YUV | 62.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 43 | 0 | 0.10 | 0.39 | 0.73 | 44.44 | 0.24 | 0.22 |
| Hex | 46 | 3F | 2B | 0 | A | 27 | 49 | 2C | 18 | 16 |
| Octal | 106 | 77 | 53 | 0 | 12 | 47 | 111 | 54 | 30 | 26 |
| Binary | 1000110 | 111111 | 101011 | 0 | 1010 | 100111 | 1001001 | 101100 | 11000 | 10110 |
Color Harmonies of #463F2B
Complementary color
Monochromatic Colors of #463F2B
Black with #463F2B
Text Example
Text Example
White with #463F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F2B; }
p { color: rgb(70,63,43); }
H1.HeaderClassName
{
color: #463F2B;
}
.AnyTagClassName
{
color: #463F2B;
}
</style>
background-color css
<style>
a { background-color: #463F2B; }
a { background-color: rgb(70,63,43); }
div.DivClassName
{
background-color: #463F2B;
}
.BgClassName
{
background-color: #463F2B;
}
</style>
border-color css
<style>
span { border-color: #463F2B; }
span { border-color: rgb(70,63,43); }
td.TdClassName
{
border-color: #463F2B;
}
.TagClassName
{
border-color: #463F2B;
}
</style>