#87652F

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

Shades of Rusty Nail #87652F

Tints of Rusty Nail #87652F

Color information

#87652F (or 0x87652F) is unknown color: approx Rusty Nail. HEX triplet: 87, 65 and 2F. RGB value is (135,101,47). Sum of RGB (Red+Green+Blue) = 135+101+47=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87652F is #789AD0. Grayscale: #696969. Windows color (decimal): -7903953 or 3106183. OLE color: 3106183.

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

Color convert

RGB13510147-
CMYK00.250.650.47
HSL36.82º48.35%35.69%-
HSV(B)36.82º65.19%52.94%-
XYZ15.1614.664.72-
YUV105.0195.26149.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=47.70%
G=35.69%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351014700.250.650.4736.8248.3535.69
Hex87652F019412F253024
Octal2071455703110157456044
Binary1000011111001011011110110011000001101111100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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