#413D33

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

Shades of Onion #413D33

Tints of Onion #413D33

Color information

#413D33 (or 0x413D33) is unknown color: approx Onion. HEX triplet: 41, 3D and 33. RGB value is (65,61,51). Sum of RGB (Red+Green+Blue) = 65+61+51=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D33 is #BEC2CC. Grayscale: #3D3D3D. Windows color (decimal): -12501709 or 3358017. OLE color: 3358017.

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

Color convert

RGB656151-
CMYK00.060.220.75
HSL42.86º12.07%22.75%-
HSV(B)42.86º21.54%25.49%-
XYZ4.454.73.8-
YUV61.06122.33130.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=36.72%
G=34.46%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65615100.060.220.7542.8612.0722.75
Hex413D3306164B2bc17
Octal10175630626113531427
Binary10000011111011100110110101101001011101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,51); }

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

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

 a { background-color: rgb(65,61,51); }

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

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

 span { border-color: rgb(65,61,51); }

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