#845B33

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

Shades of Rusty Nail #845B33

Tints of Rusty Nail #845B33

Color information

#845B33 (or 0x845B33) is unknown color: approx Rusty Nail. HEX triplet: 84, 5B and 33. RGB value is (132,91,51). Sum of RGB (Red+Green+Blue) = 132+91+51=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #845B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B33 is #7BA4CC. Grayscale: #626262. Windows color (decimal): -8103117 or 3365764. OLE color: 3365764.

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

Color convert

RGB1329151-
CMYK00.310.610.48
HSL29.63º44.26%35.88%-
HSV(B)29.63º61.36%51.76%-
XYZ13.8512.634.84-
YUV98.7101.08151.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=48.18%
G=33.21%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132915100.310.610.4829.6344.2635.88
Hex845B3301F3D301e2c24
Octal204133630377560365444
Binary10000100101101111001101111111110111000011110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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