#423D31

Color #423D31 Onion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onion #423D31

Tints of Onion #423D31

Color information

#423D31 (or 0x423D31) is unknown color: approx Onion. HEX triplet: 42, 3D and 31. RGB value is (66,61,49). Sum of RGB (Red+Green+Blue) = 66+61+49=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D31 is #BDC2CE. Grayscale: #3D3D3D. Windows color (decimal): -12436175 or 3226946. OLE color: 3226946.

HSL color Cylindrical-coordinate representation of color #423D31: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423D31 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB666149-
CMYK00.080.260.74
HSL42.35º14.78%22.55%-
HSV(B)42.35º25.76%25.88%-
XYZ4.474.723.58-
YUV61.13121.16131.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=37.5%
G=34.66%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614900.080.260.7442.3514.7822.55
Hex423D31081A4A2af17
Octal102756101032112521727
Binary100001011110111000101000110101001010101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D31; }

 p { color: rgb(66,61,49); }

 H1.HeaderClassName
 {
   color: #423D31;
 }
 .AnyTagClassName
 {
   color: #423D31;
 }
</style>
background-color css

<style>
 a { background-color: #423D31; }

 a { background-color: rgb(66,61,49); }

 div.DivClassName
 {
   background-color: #423D31;
 }
 .BgClassName
 {
   background-color: #423D31;
 }
</style>
border-color css

<style>
 span { border-color: #423D31; }

 span { border-color: rgb(66,61,49); }

 td.TdClassName
 {
   border-color: #423D31;
 }
 .TagClassName
 {
   border-color: #423D31;
 }
</style>