#87602E

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

Shades of Rusty Nail #87602E

Tints of Rusty Nail #87602E

Color information

#87602E (or 0x87602E) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 2E. RGB value is (135,96,46). Sum of RGB (Red+Green+Blue) = 135+96+46=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87602E is #789FD1. Grayscale: #666666. Windows color (decimal): -7905234 or 3039367. OLE color: 3039367.

HSL color Cylindrical-coordinate representation of color #87602E: hue angle of 33.71º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87602E is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1359646-
CMYK00.290.660.47
HSL33.71º49.17%35.49%-
HSV(B)33.71º65.93%52.94%-
XYZ14.6713.714.46-
YUV101.9696.42151.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=48.74%
G=34.66%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964600.290.660.4733.7149.1735.49
Hex87602E01D422F223123
Octal2071405603510257426143
Binary1000011111000001011100111011000010101111100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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