#845932

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

Shades of Rusty Nail #845932

Tints of Rusty Nail #845932

Color information

#845932 (or 0x845932) is unknown color: approx Rusty Nail. HEX triplet: 84, 59 and 32. RGB value is (132,89,50). Sum of RGB (Red+Green+Blue) = 132+89+50=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845932 is #7BA6CD. Grayscale: #616161. Windows color (decimal): -8103630 or 3299716. OLE color: 3299716.

HSL color Cylindrical-coordinate representation of color #845932: hue angle of 28.54º 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 #845932 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1328950-
CMYK00.330.620.48
HSL28.54º45.05%35.69%-
HSV(B)28.54º62.12%51.76%-
XYZ13.6612.284.67-
YUV97.41101.25152.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=48.71%
G=32.84%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132895000.330.620.4828.5445.0535.69
Hex8459320213E301d2d24
Octal204131620417660355544
Binary100001001011001110010010000111111011000011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845932; }

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

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

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

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

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

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

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

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