#845A32

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

Shades of Rusty Nail #845A32

Tints of Rusty Nail #845A32

Color information

#845A32 (or 0x845A32) is unknown color: approx Rusty Nail. HEX triplet: 84, 5A and 32. RGB value is (132,90,50). Sum of RGB (Red+Green+Blue) = 132+90+50=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A32 is #7BA5CD. Grayscale: #626262. Windows color (decimal): -8103374 or 3299972. OLE color: 3299972.

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

Color convert

RGB1329050-
CMYK00.320.620.48
HSL29.27º45.05%35.69%-
HSV(B)29.27º62.12%51.76%-
XYZ13.7512.454.7-
YUV98100.91152.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=48.53%
G=33.09%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132905000.320.620.4829.2745.0535.69
Hex845A320203E301d2d24
Octal204132620407660355544
Binary100001001011010110010010000011111011000011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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