#413C31

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

Shades of Onion #413C31

Tints of Onion #413C31

Color information

#413C31 (or 0x413C31) is unknown color: approx Onion. HEX triplet: 41, 3C and 31. RGB value is (65,60,49). Sum of RGB (Red+Green+Blue) = 65+60+49=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C31 is #BEC3CE. Grayscale: #3C3C3C. Windows color (decimal): -12501967 or 3226689. OLE color: 3226689.

HSL color Cylindrical-coordinate representation of color #413C31: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413C31 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB656049-
CMYK00.080.250.75
HSL41.25º14.04%22.35%-
HSV(B)41.25º24.62%25.49%-
XYZ4.354.583.56-
YUV60.24121.66131.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=37.36%
G=34.48%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65604900.080.250.7541.2514.0422.35
Hex413C3108194B29e16
Octal101746101031113511626
Binary100000111110011000101000110011001011101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C31; }

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

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

<style>
 a { background-color: #413C31; }

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

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

<style>
 span { border-color: #413C31; }

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

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