#87602C

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

Shades of Rusty Nail #87602C

Tints of Rusty Nail #87602C

Color information

#87602C (or 0x87602C) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 2C. RGB value is (135,96,44). Sum of RGB (Red+Green+Blue) = 135+96+44=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87602C is #789FD3. Grayscale: #656565. Windows color (decimal): -7905236 or 2908295. OLE color: 2908295.

HSL color Cylindrical-coordinate representation of color #87602C: hue angle of 34.29º 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 #87602C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1359644-
CMYK00.290.670.47
HSL34.29º50.84%35.1%-
HSV(B)34.29º67.41%52.94%-
XYZ14.6313.74.26-
YUV101.7395.42151.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 44 (17.58% from 255) = 16%
R=49.09%
G=34.91%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964400.290.670.4734.2950.8435.1
Hex87602C01D432F223323
Octal2071405403510357426343
Binary1000011111000001011000111011000011101111100010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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