#43413C

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

Shades of Onion #43413C

Tints of Onion #43413C

Color information

#43413C (or 0x43413C) is unknown color: approx Onion. HEX triplet: 43, 41 and 3C. RGB value is (67,65,60). Sum of RGB (Red+Green+Blue) = 67+65+60=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 67 - color contains mainly: red. Hex color #43413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43413C is #BCBEC3. Grayscale: #414141. Windows color (decimal): -12369604 or 3948867. OLE color: 3948867.

HSL color Cylindrical-coordinate representation of color #43413C: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #43413C is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB676560-
CMYK00.030.100.74
HSL42.86º5.51%24.9%-
HSV(B)42.86º10.45%26.27%-
XYZ5.025.35.03-
YUV65.03125.16129.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=34.90%
G=33.85%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67656000.030.100.7442.865.5124.9
Hex43413C03A4A2b619
Octal10310174031211253631
Binary100001110000011111000111010100101010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43413C; }

 p { color: rgb(67,65,60); }

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

<style>
 a { background-color: #43413C; }

 a { background-color: rgb(67,65,60); }

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

<style>
 span { border-color: #43413C; }

 span { border-color: rgb(67,65,60); }

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