#87632D

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

Shades of Rusty Nail #87632D

Tints of Rusty Nail #87632D

Color information

#87632D (or 0x87632D) is unknown color: approx Rusty Nail. HEX triplet: 87, 63 and 2D. RGB value is (135,99,45). Sum of RGB (Red+Green+Blue) = 135+99+45=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87632D is #789CD2. Grayscale: #676767. Windows color (decimal): -7904467 or 2974599. OLE color: 2974599.

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

Color convert

RGB1359945-
CMYK00.270.670.47
HSL36º50%35.29%-
HSV(B)36º66.67%52.94%-
XYZ14.9314.264.45-
YUV103.6194.93150.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=48.39%
G=35.48%
B=16.13%

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
Decimal135994500.270.670.47365035.29
Hex87632D01B432F243223
Octal2071435503310357446243
Binary1000011111000111011010110111000011101111100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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