#87622D

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

Shades of Rusty Nail #87622D

Tints of Rusty Nail #87622D

Color information

#87622D (or 0x87622D) is unknown color: approx Rusty Nail. HEX triplet: 87, 62 and 2D. RGB value is (135,98,45). Sum of RGB (Red+Green+Blue) = 135+98+45=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87622D is #789DD2. Grayscale: #676767. Windows color (decimal): -7904723 or 2974343. OLE color: 2974343.

HSL color Cylindrical-coordinate representation of color #87622D: hue angle of 35.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87622D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1359845-
CMYK00.270.670.47
HSL35.33º50%35.29%-
HSV(B)35.33º66.67%52.94%-
XYZ14.8314.084.42-
YUV103.0295.26150.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=48.56%
G=35.25%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135984500.270.670.4735.335035.29
Hex87622D01B432F233223
Octal2071425503310357436243
Binary1000011111000101011010110111000011101111100011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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