#87612F

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

Shades of Rusty Nail #87612F

Tints of Rusty Nail #87612F

Color information

#87612F (or 0x87612F) is unknown color: approx Rusty Nail. HEX triplet: 87, 61 and 2F. RGB value is (135,97,47). Sum of RGB (Red+Green+Blue) = 135+97+47=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87612F is #789ED0. Grayscale: #666666. Windows color (decimal): -7904977 or 3105159. OLE color: 3105159.

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

Color convert

RGB1359747-
CMYK00.280.650.47
HSL34.09º48.35%35.69%-
HSV(B)34.09º65.19%52.94%-
XYZ14.7813.914.59-
YUV102.6696.59151.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=48.39%
G=34.77%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135974700.280.650.4734.0948.3535.69
Hex87612F01C412F223024
Octal2071415703410157426044
Binary1000011111000011011110111001000001101111100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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