#87642F

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

Shades of Rusty Nail #87642F

Tints of Rusty Nail #87642F

Color information

#87642F (or 0x87642F) is unknown color: approx Rusty Nail. HEX triplet: 87, 64 and 2F. RGB value is (135,100,47). Sum of RGB (Red+Green+Blue) = 135+100+47=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87642F is #789BD0. Grayscale: #686868. Windows color (decimal): -7904209 or 3105927. OLE color: 3105927.

HSL color Cylindrical-coordinate representation of color #87642F: hue angle of 36.14º 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 #87642F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13510047-
CMYK00.260.650.47
HSL36.14º48.35%35.69%-
HSV(B)36.14º65.19%52.94%-
XYZ15.0614.474.69-
YUV104.4295.6149.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=47.87%
G=35.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351004700.260.650.4736.1448.3535.69
Hex87642F01A412F243024
Octal2071445703210157446044
Binary1000011111001001011110110101000001101111100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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