#423D30

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

Shades of Onion #423D30

Tints of Onion #423D30

Color information

#423D30 (or 0x423D30) is unknown color: approx Onion. HEX triplet: 42, 3D and 30. RGB value is (66,61,48). Sum of RGB (Red+Green+Blue) = 66+61+48=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D30 is #BDC2CF. Grayscale: #3D3D3D. Windows color (decimal): -12436176 or 3161410. OLE color: 3161410.

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

Color convert

RGB666148-
CMYK00.080.270.74
HSL43.33º15.79%22.35%-
HSV(B)43.33º27.27%25.88%-
XYZ4.454.713.47-
YUV61.01120.66131.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=37.71%
G=34.86%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614800.080.270.7443.3315.7922.35
Hex423D30081B4A2b1016
Octal102756001033112532026
Binary1000010111101110000010001101110010101010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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