#845D32

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

Shades of Rusty Nail #845D32

Tints of Rusty Nail #845D32

Color information

#845D32 (or 0x845D32) is unknown color: approx Rusty Nail. HEX triplet: 84, 5D and 32. RGB value is (132,93,50). Sum of RGB (Red+Green+Blue) = 132+93+50=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #845D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D32 is #7BA2CD. Grayscale: #636363. Windows color (decimal): -8102606 or 3300740. OLE color: 3300740.

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

Color convert

RGB1329350-
CMYK00.300.620.48
HSL31.46º45.05%35.69%-
HSV(B)31.46º62.12%51.76%-
XYZ14.0112.964.78-
YUV99.7699.92151-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=48%
G=33.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132935000.300.620.4831.4645.0535.69
Hex845D3201E3E301f2d24
Octal204135620367660375544
Binary10000100101110111001001111011111011000011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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