Shades of Onion #47402B
Tints of Onion #47402B
RGB
CMYK
RGB Variations
Color information
#47402B (or 0x47402B) is known color: Onion. HEX triplet: 47, 40 and 2B. RGB value is (71,64,43). Sum of RGB (Red+Green+Blue) = 71+64+43=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #47402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402B is #B8BFD4. Grayscale: #3F3F3F. Windows color (decimal): -12107733 or 2834503. OLE color: 2834503.
HSL color Cylindrical-coordinate representation of color #47402B: hue angle of 45º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47402B is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 43 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.72 |
| HSL | 45º | 0.25% | 0.22% | - |
| HSV(B) | 45º | 0.39% | 0.28% | - |
| XYZ | 4.87 | 5.18 | 3.03 | - |
| YUV | 63.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 43 | 0 | 0.10 | 0.39 | 0.72 | 45 | 0.25 | 0.22 |
| Hex | 47 | 40 | 2B | 0 | A | 27 | 48 | 2D | 19 | 16 |
| Octal | 107 | 100 | 53 | 0 | 12 | 47 | 110 | 55 | 31 | 26 |
| Binary | 1000111 | 1000000 | 101011 | 0 | 1010 | 100111 | 1001000 | 101101 | 11001 | 10110 |
Color Harmonies of #47402B
Complementary color
Monochromatic Colors of #47402B
Black with #47402B
Text Example
Text Example
White with #47402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47402B; }
p { color: rgb(71,64,43); }
H1.HeaderClassName
{
color: #47402B;
}
.AnyTagClassName
{
color: #47402B;
}
</style>
background-color css
<style>
a { background-color: #47402B; }
a { background-color: rgb(71,64,43); }
div.DivClassName
{
background-color: #47402B;
}
.BgClassName
{
background-color: #47402B;
}
</style>
border-color css
<style>
span { border-color: #47402B; }
span { border-color: rgb(71,64,43); }
td.TdClassName
{
border-color: #47402B;
}
.TagClassName
{
border-color: #47402B;
}
</style>