Shades of Onion #473D2B
Tints of Onion #473D2B
RGB
CMYK
RGB Variations
Color information
#473D2B (or 0x473D2B) is known color: Onion. HEX triplet: 47, 3D and 2B. RGB value is (71,61,43). Sum of RGB (Red+Green+Blue) = 71+61+43=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2B is #B8C2D4. Grayscale: #3E3E3E. Windows color (decimal): -12108501 or 2833735. OLE color: 2833735.
HSL color Cylindrical-coordinate representation of color #473D2B: hue angle of 38.57º 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 #473D2B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 43 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.72 |
| HSL | 38.57º | 0.25% | 0.22% | - |
| HSV(B) | 38.57º | 0.39% | 0.28% | - |
| XYZ | 4.7 | 4.85 | 2.97 | - |
| YUV | 61.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 43 | 0 | 0.14 | 0.39 | 0.72 | 38.57 | 0.25 | 0.22 |
| Hex | 47 | 3D | 2B | 0 | E | 27 | 48 | 27 | 19 | 16 |
| Octal | 107 | 75 | 53 | 0 | 16 | 47 | 110 | 47 | 31 | 26 |
| Binary | 1000111 | 111101 | 101011 | 0 | 1110 | 100111 | 1001000 | 100111 | 11001 | 10110 |
Color Harmonies of #473D2B
Complementary color
Monochromatic Colors of #473D2B
Black with #473D2B
Text Example
Text Example
White with #473D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D2B; }
p { color: rgb(71,61,43); }
H1.HeaderClassName
{
color: #473D2B;
}
.AnyTagClassName
{
color: #473D2B;
}
</style>
background-color css
<style>
a { background-color: #473D2B; }
a { background-color: rgb(71,61,43); }
div.DivClassName
{
background-color: #473D2B;
}
.BgClassName
{
background-color: #473D2B;
}
</style>
border-color css
<style>
span { border-color: #473D2B; }
span { border-color: rgb(71,61,43); }
td.TdClassName
{
border-color: #473D2B;
}
.TagClassName
{
border-color: #473D2B;
}
</style>