#855932

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

Shades of Rusty Nail #855932

Tints of Rusty Nail #855932

Color information

#855932 (or 0x855932) is unknown color: approx Rusty Nail. HEX triplet: 85, 59 and 32. RGB value is (133,89,50). Sum of RGB (Red+Green+Blue) = 133+89+50=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855932 is #7AA6CD. Grayscale: #616161. Windows color (decimal): -8038094 or 3299717. OLE color: 3299717.

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

Color convert

RGB1338950-
CMYK00.330.620.48
HSL28.19º45.36%35.88%-
HSV(B)28.19º62.41%52.16%-
XYZ13.8212.364.68-
YUV97.71101.08153.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=48.90%
G=32.72%
B=18.38%

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
Decimal133895000.330.620.4828.1945.3635.88
Hex8559320213E301c2d24
Octal205131620417660345544
Binary100001011011001110010010000111111011000011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855932; }

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

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

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

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

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

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

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

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