Shades of Onion #423C2D
Tints of Onion #423C2D
RGB
CMYK
RGB Variations
Color information
#423C2D (or 0x423C2D) is known color: Onion. HEX triplet: 42, 3C and 2D. RGB value is (66,60,45). Sum of RGB (Red+Green+Blue) = 66+60+45=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C2D is #BDC3D2. Grayscale: #3C3C3C. Windows color (decimal): -12436435 or 2964546. OLE color: 2964546.
HSL color Cylindrical-coordinate representation of color #423C2D: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423C2D is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 45 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.74 |
| HSL | 42.86º | 0.19% | 0.22% | - |
| HSV(B) | 42.86º | 0.32% | 0.26% | - |
| XYZ | 4.34 | 4.58 | 3.14 | - |
| YUV | 60.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 45 | 0 | 0.09 | 0.32 | 0.74 | 42.86 | 0.19 | 0.22 |
| Hex | 42 | 3C | 2D | 0 | 9 | 20 | 4A | 2B | 13 | 16 |
| Octal | 102 | 74 | 55 | 0 | 11 | 40 | 112 | 53 | 23 | 26 |
| Binary | 1000010 | 111100 | 101101 | 0 | 1001 | 100000 | 1001010 | 101011 | 10011 | 10110 |
Color Harmonies of #423C2D
Complementary color
Monochromatic Colors of #423C2D
Black with #423C2D
Text Example
Text Example
White with #423C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C2D; }
p { color: rgb(66,60,45); }
H1.HeaderClassName
{
color: #423C2D;
}
.AnyTagClassName
{
color: #423C2D;
}
</style>
background-color css
<style>
a { background-color: #423C2D; }
a { background-color: rgb(66,60,45); }
div.DivClassName
{
background-color: #423C2D;
}
.BgClassName
{
background-color: #423C2D;
}
</style>
border-color css
<style>
span { border-color: #423C2D; }
span { border-color: rgb(66,60,45); }
td.TdClassName
{
border-color: #423C2D;
}
.TagClassName
{
border-color: #423C2D;
}
</style>