#87602F

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

Shades of Rusty Nail #87602F

Tints of Rusty Nail #87602F

Color information

#87602F (or 0x87602F) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 2F. RGB value is (135,96,47). Sum of RGB (Red+Green+Blue) = 135+96+47=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87602F is #789FD0. Grayscale: #666666. Windows color (decimal): -7905233 or 3104903. OLE color: 3104903.

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

Color convert

RGB1359647-
CMYK00.290.650.47
HSL33.41º48.35%35.69%-
HSV(B)33.41º65.19%52.94%-
XYZ14.6913.724.56-
YUV102.0796.92151.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=48.56%
G=34.53%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964700.290.650.4733.4148.3535.69
Hex87602F01D412F213024
Octal2071405703510157416044
Binary1000011111000001011110111011000001101111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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