#885B2C

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

Shades of Rusty Nail #885B2C

Tints of Rusty Nail #885B2C

Color information

#885B2C (or 0x885B2C) is unknown color: approx Rusty Nail. HEX triplet: 88, 5B and 2C. RGB value is (136,91,44). Sum of RGB (Red+Green+Blue) = 136+91+44=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B2C is #77A4D3. Grayscale: #636363. Windows color (decimal): -7840980 or 2907016. OLE color: 2907016.

HSL color Cylindrical-coordinate representation of color #885B2C: hue angle of 30.65º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #885B2C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1369144-
CMYK00.330.680.47
HSL30.65º51.11%35.29%-
HSV(B)30.65º67.65%53.33%-
XYZ14.3512.94.12-
YUV99.196.91154.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=50.18%
G=33.58%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136914400.330.680.4730.6551.1135.29
Hex885B2C021442F1f3323
Octal2101335404110457376343
Binary1000100010110111011000100001100010010111111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885B2C; }

 p { color: rgb(136,91,44); }

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

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

 a { background-color: rgb(136,91,44); }

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

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

 span { border-color: rgb(136,91,44); }

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