#87622F

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

Shades of Rusty Nail #87622F

Tints of Rusty Nail #87622F

Color information

#87622F (or 0x87622F) is unknown color: approx Rusty Nail. HEX triplet: 87, 62 and 2F. RGB value is (135,98,47). Sum of RGB (Red+Green+Blue) = 135+98+47=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87622F is #789DD0. Grayscale: #676767. Windows color (decimal): -7904721 or 3105415. OLE color: 3105415.

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

Color convert

RGB1359847-
CMYK00.270.650.47
HSL34.77º48.35%35.69%-
HSV(B)34.77º65.19%52.94%-
XYZ14.8714.094.63-
YUV103.2596.26150.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=48.21%
G=35%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135984700.270.650.4734.7748.3535.69
Hex87622F01B412F233024
Octal2071425703310157436044
Binary1000011111000101011110110111000001101111100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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