Shades of Onion #423E34
Tints of Onion #423E34
RGB
CMYK
RGB Variations
Color information
#423E34 (or 0x423E34) is known color: Onion. HEX triplet: 42, 3E and 34. RGB value is (66,62,52). Sum of RGB (Red+Green+Blue) = 66+62+52=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E34 is #BDC1CB. Grayscale: #3E3E3E. Windows color (decimal): -12435916 or 3423810. OLE color: 3423810.
HSL color Cylindrical-coordinate representation of color #423E34: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423E34 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 52 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.74 |
| HSL | 42.86º | 0.12% | 0.23% | - |
| HSV(B) | 42.86º | 0.21% | 0.26% | - |
| XYZ | 4.59 | 4.85 | 3.94 | - |
| YUV | 62.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 52 | 0 | 0.06 | 0.21 | 0.74 | 42.86 | 0.12 | 0.23 |
| Hex | 42 | 3E | 34 | 0 | 6 | 15 | 4A | 2B | C | 17 |
| Octal | 102 | 76 | 64 | 0 | 6 | 25 | 112 | 53 | 14 | 27 |
| Binary | 1000010 | 111110 | 110100 | 0 | 110 | 10101 | 1001010 | 101011 | 1100 | 10111 |
Color Harmonies of #423E34
Complementary color
Monochromatic Colors of #423E34
Black with #423E34
Text Example
Text Example
White with #423E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E34; }
p { color: rgb(66,62,52); }
H1.HeaderClassName
{
color: #423E34;
}
.AnyTagClassName
{
color: #423E34;
}
</style>
background-color css
<style>
a { background-color: #423E34; }
a { background-color: rgb(66,62,52); }
div.DivClassName
{
background-color: #423E34;
}
.BgClassName
{
background-color: #423E34;
}
</style>
border-color css
<style>
span { border-color: #423E34; }
span { border-color: rgb(66,62,52); }
td.TdClassName
{
border-color: #423E34;
}
.TagClassName
{
border-color: #423E34;
}
</style>