#87612C

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

Shades of Rusty Nail #87612C

Tints of Rusty Nail #87612C

Color information

#87612C (or 0x87612C) is unknown color: approx Rusty Nail. HEX triplet: 87, 61 and 2C. RGB value is (135,97,44). Sum of RGB (Red+Green+Blue) = 135+97+44=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87612C is #789ED3. Grayscale: #666666. Windows color (decimal): -7904980 or 2908551. OLE color: 2908551.

HSL color Cylindrical-coordinate representation of color #87612C: hue angle of 34.95º degrees, saturation: 0.51, 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 #87612C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1359744-
CMYK00.280.670.47
HSL34.95º50.84%35.1%-
HSV(B)34.95º67.41%52.94%-
XYZ14.7213.884.29-
YUV102.3295.09151.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=48.91%
G=35.14%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135974400.280.670.4734.9550.8435.1
Hex87612C01C432F233323
Octal2071415403410357436343
Binary1000011111000011011000111001000011101111100011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87612C; }

 p { color: rgb(135,97,44); }

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

<style>
 a { background-color: #87612C; }

 a { background-color: rgb(135,97,44); }

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

<style>
 span { border-color: #87612C; }

 span { border-color: rgb(135,97,44); }

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