Shades of Onion #423D34
Tints of Onion #423D34
RGB
CMYK
RGB Variations
Color information
#423D34 (or 0x423D34) is known color: Onion. HEX triplet: 42, 3D and 34. RGB value is (66,61,52). Sum of RGB (Red+Green+Blue) = 66+61+52=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D34 is #BDC2CB. Grayscale: #3D3D3D. Windows color (decimal): -12436172 or 3423554. OLE color: 3423554.
HSL color Cylindrical-coordinate representation of color #423D34: hue angle of 38.57º 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 #423D34 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 52 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.74 |
| HSL | 38.57º | 0.12% | 0.23% | - |
| HSV(B) | 38.57º | 0.21% | 0.26% | - |
| XYZ | 4.54 | 4.74 | 3.93 | - |
| YUV | 61.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 52 | 0 | 0.08 | 0.21 | 0.74 | 38.57 | 0.12 | 0.23 |
| Hex | 42 | 3D | 34 | 0 | 8 | 15 | 4A | 27 | C | 17 |
| Octal | 102 | 75 | 64 | 0 | 10 | 25 | 112 | 47 | 14 | 27 |
| Binary | 1000010 | 111101 | 110100 | 0 | 1000 | 10101 | 1001010 | 100111 | 1100 | 10111 |
Color Harmonies of #423D34
Complementary color
Monochromatic Colors of #423D34
Black with #423D34
Text Example
Text Example
White with #423D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D34; }
p { color: rgb(66,61,52); }
H1.HeaderClassName
{
color: #423D34;
}
.AnyTagClassName
{
color: #423D34;
}
</style>
background-color css
<style>
a { background-color: #423D34; }
a { background-color: rgb(66,61,52); }
div.DivClassName
{
background-color: #423D34;
}
.BgClassName
{
background-color: #423D34;
}
</style>
border-color css
<style>
span { border-color: #423D34; }
span { border-color: rgb(66,61,52); }
td.TdClassName
{
border-color: #423D34;
}
.TagClassName
{
border-color: #423D34;
}
</style>