#885932

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

Shades of Rusty Nail #885932

Tints of Rusty Nail #885932

Color information

#885932 (or 0x885932) is unknown color: approx Rusty Nail. HEX triplet: 88, 59 and 32. RGB value is (136,89,50). Sum of RGB (Red+Green+Blue) = 136+89+50=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #885932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885932 is #77A6CD. Grayscale: #626262. Windows color (decimal): -7841486 or 3299720. OLE color: 3299720.

HSL color Cylindrical-coordinate representation of color #885932: hue angle of 27.21º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885932 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1368950-
CMYK00.350.630.47
HSL27.21º46.24%36.47%-
HSV(B)27.21º63.24%53.33%-
XYZ14.312.614.7-
YUV98.61100.57154.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=49.45%
G=32.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136895000.350.630.4727.2146.2436.47
Hex8859320233F2F1b2e24
Octal210131620437757335644
Binary100010001011001110010010001111111110111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885932; }

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

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

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

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

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

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

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

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