#845A33

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

Shades of Rusty Nail #845A33

Tints of Rusty Nail #845A33

Color information

#845A33 (or 0x845A33) is unknown color: approx Rusty Nail. HEX triplet: 84, 5A and 33. RGB value is (132,90,51). Sum of RGB (Red+Green+Blue) = 132+90+51=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A33 is #7BA5CC. Grayscale: #626262. Windows color (decimal): -8103373 or 3365508. OLE color: 3365508.

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

Color convert

RGB1329051-
CMYK00.320.610.48
HSL28.89º44.26%35.88%-
HSV(B)28.89º61.36%51.76%-
XYZ13.7712.464.81-
YUV98.11101.41152.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=48.35%
G=32.97%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132905100.320.610.4828.8944.2635.88
Hex845A330203D301d2c24
Octal204132630407560355444
Binary100001001011010110011010000011110111000011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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