Shades of Onion #463F28
Tints of Onion #463F28
RGB
CMYK
RGB Variations
Color information
#463F28 (or 0x463F28) is known color: Onion. HEX triplet: 46, 3F and 28. RGB value is (70,63,40). Sum of RGB (Red+Green+Blue) = 70+63+40=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F28 is #B9C0D7. Grayscale: #3E3E3E. Windows color (decimal): -12173528 or 2637638. OLE color: 2637638.
HSL color Cylindrical-coordinate representation of color #463F28: hue angle of 46º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463F28 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 40 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.73 |
| HSL | 46º | 0.27% | 0.22% | - |
| HSV(B) | 46º | 0.43% | 0.27% | - |
| XYZ | 4.69 | 5.01 | 2.73 | - |
| YUV | 62.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 40 | 0 | 0.10 | 0.43 | 0.73 | 46 | 0.27 | 0.22 |
| Hex | 46 | 3F | 28 | 0 | A | 2B | 49 | 2E | 1B | 16 |
| Octal | 106 | 77 | 50 | 0 | 12 | 53 | 111 | 56 | 33 | 26 |
| Binary | 1000110 | 111111 | 101000 | 0 | 1010 | 101011 | 1001001 | 101110 | 11011 | 10110 |
Color Harmonies of #463F28
Complementary color
Monochromatic Colors of #463F28
Black with #463F28
Text Example
Text Example
White with #463F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F28; }
p { color: rgb(70,63,40); }
H1.HeaderClassName
{
color: #463F28;
}
.AnyTagClassName
{
color: #463F28;
}
</style>
background-color css
<style>
a { background-color: #463F28; }
a { background-color: rgb(70,63,40); }
div.DivClassName
{
background-color: #463F28;
}
.BgClassName
{
background-color: #463F28;
}
</style>
border-color css
<style>
span { border-color: #463F28; }
span { border-color: rgb(70,63,40); }
td.TdClassName
{
border-color: #463F28;
}
.TagClassName
{
border-color: #463F28;
}
</style>