#845E32

Color #845E32 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #845E32

Tints of Rusty Nail #845E32

Color information

#845E32 (or 0x845E32) is unknown color: approx Rusty Nail. HEX triplet: 84, 5E and 32. RGB value is (132,94,50). Sum of RGB (Red+Green+Blue) = 132+94+50=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #845E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E32 is #7BA1CD. Grayscale: #646464. Windows color (decimal): -8102350 or 3300996. OLE color: 3300996.

HSL color Cylindrical-coordinate representation of color #845E32: hue angle of 32.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845E32 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1329450-
CMYK00.290.620.48
HSL32.2º45.05%35.69%-
HSV(B)32.2º62.12%51.76%-
XYZ14.0913.144.81-
YUV100.3599.59150.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=47.83%
G=34.06%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132945000.290.620.4832.245.0535.69
Hex845E3201D3E30202d24
Octal204136620357660405544
Binary100001001011110110010011101111110110000100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E32; }

 p { color: rgb(132,94,50); }

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

<style>
 a { background-color: #845E32; }

 a { background-color: rgb(132,94,50); }

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

<style>
 span { border-color: #845E32; }

 span { border-color: rgb(132,94,50); }

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