#87582C

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

Shades of Rusty Nail #87582C

Tints of Rusty Nail #87582C

Color information

#87582C (or 0x87582C) is unknown color: approx Rusty Nail. HEX triplet: 87, 58 and 2C. RGB value is (135,88,44). Sum of RGB (Red+Green+Blue) = 135+88+44=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87582C is #78A7D3. Grayscale: #616161. Windows color (decimal): -7907284 or 2906247. OLE color: 2906247.

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

Color convert

RGB1358844-
CMYK00.350.670.47
HSL29.01º50.84%35.1%-
HSV(B)29.01º67.41%52.94%-
XYZ13.9412.314.02-
YUV97.0498.07155.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=50.56%
G=32.96%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135884400.350.670.4729.0150.8435.1
Hex87582C023432F1d3323
Octal2071305404310357356343
Binary1000011110110001011000100011100001110111111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87582C; }

 p { color: rgb(135,88,44); }

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

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

 a { background-color: rgb(135,88,44); }

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

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

 span { border-color: rgb(135,88,44); }

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