#87602A

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

Shades of Rusty Nail #87602A

Tints of Rusty Nail #87602A

Color information

#87602A (or 0x87602A) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 2A. RGB value is (135,96,42). Sum of RGB (Red+Green+Blue) = 135+96+42=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #87602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87602A is #789FD5. Grayscale: #656565. Windows color (decimal): -7905238 or 2777223. OLE color: 2777223.

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

Color convert

RGB1359642-
CMYK00.290.690.47
HSL34.84º52.54%34.71%-
HSV(B)34.84º68.89%52.94%-
XYZ14.5913.684.06-
YUV101.594.42151.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=49.45%
G=35.16%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964200.290.690.4734.8452.5434.71
Hex87602A01D452F233523
Octal2071405203510557436543
Binary1000011111000001010100111011000101101111100011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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