Shades of Onion #423C2E
Tints of Onion #423C2E
RGB
CMYK
RGB Variations
Color information
#423C2E (or 0x423C2E) is known color: Onion. HEX triplet: 42, 3C and 2E. RGB value is (66,60,46). Sum of RGB (Red+Green+Blue) = 66+60+46=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C2E is #BDC3D1. Grayscale: #3C3C3C. Windows color (decimal): -12436434 or 3030082. OLE color: 3030082.
HSL color Cylindrical-coordinate representation of color #423C2E: hue angle of 42º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423C2E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 46 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.74 |
| HSL | 42º | 0.18% | 0.22% | - |
| HSV(B) | 42º | 0.3% | 0.26% | - |
| XYZ | 4.36 | 4.59 | 3.24 | - |
| YUV | 60.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 46 | 0 | 0.09 | 0.30 | 0.74 | 42 | 0.18 | 0.22 |
| Hex | 42 | 3C | 2E | 0 | 9 | 1E | 4A | 2A | 12 | 16 |
| Octal | 102 | 74 | 56 | 0 | 11 | 36 | 112 | 52 | 22 | 26 |
| Binary | 1000010 | 111100 | 101110 | 0 | 1001 | 11110 | 1001010 | 101010 | 10010 | 10110 |
Color Harmonies of #423C2E
Complementary color
Monochromatic Colors of #423C2E
Black with #423C2E
Text Example
Text Example
White with #423C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C2E; }
p { color: rgb(66,60,46); }
H1.HeaderClassName
{
color: #423C2E;
}
.AnyTagClassName
{
color: #423C2E;
}
</style>
background-color css
<style>
a { background-color: #423C2E; }
a { background-color: rgb(66,60,46); }
div.DivClassName
{
background-color: #423C2E;
}
.BgClassName
{
background-color: #423C2E;
}
</style>
border-color css
<style>
span { border-color: #423C2E; }
span { border-color: rgb(66,60,46); }
td.TdClassName
{
border-color: #423C2E;
}
.TagClassName
{
border-color: #423C2E;
}
</style>