Shades of Onion #463D2B
Tints of Onion #463D2B
RGB
CMYK
RGB Variations
Color information
#463D2B (or 0x463D2B) is known color: Onion. HEX triplet: 46, 3D and 2B. RGB value is (70,61,43). Sum of RGB (Red+Green+Blue) = 70+61+43=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D2B is #B9C2D4. Grayscale: #3D3D3D. Windows color (decimal): -12174037 or 2833734. OLE color: 2833734.
HSL color Cylindrical-coordinate representation of color #463D2B: hue angle of 40º 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 #463D2B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 43 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.73 |
| HSL | 40º | 0.24% | 0.22% | - |
| HSV(B) | 40º | 0.39% | 0.27% | - |
| XYZ | 4.63 | 4.81 | 2.97 | - |
| YUV | 61.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 43 | 0 | 0.13 | 0.39 | 0.73 | 40 | 0.24 | 0.22 |
| Hex | 46 | 3D | 2B | 0 | D | 27 | 49 | 28 | 18 | 16 |
| Octal | 106 | 75 | 53 | 0 | 15 | 47 | 111 | 50 | 30 | 26 |
| Binary | 1000110 | 111101 | 101011 | 0 | 1101 | 100111 | 1001001 | 101000 | 11000 | 10110 |
Color Harmonies of #463D2B
Complementary color
Monochromatic Colors of #463D2B
Black with #463D2B
Text Example
Text Example
White with #463D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D2B; }
p { color: rgb(70,61,43); }
H1.HeaderClassName
{
color: #463D2B;
}
.AnyTagClassName
{
color: #463D2B;
}
</style>
background-color css
<style>
a { background-color: #463D2B; }
a { background-color: rgb(70,61,43); }
div.DivClassName
{
background-color: #463D2B;
}
.BgClassName
{
background-color: #463D2B;
}
</style>
border-color css
<style>
span { border-color: #463D2B; }
span { border-color: rgb(70,61,43); }
td.TdClassName
{
border-color: #463D2B;
}
.TagClassName
{
border-color: #463D2B;
}
</style>