#87602B

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

Shades of Rusty Nail #87602B

Tints of Rusty Nail #87602B

Color information

#87602B (or 0x87602B) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 2B. RGB value is (135,96,43). Sum of RGB (Red+Green+Blue) = 135+96+43=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87602B is #789FD4. Grayscale: #656565. Windows color (decimal): -7905237 or 2842759. OLE color: 2842759.

HSL color Cylindrical-coordinate representation of color #87602B: hue angle of 34.57º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87602B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1359643-
CMYK00.290.680.47
HSL34.57º51.69%34.9%-
HSV(B)34.57º68.15%52.94%-
XYZ14.6113.694.16-
YUV101.6294.92151.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=49.27%
G=35.04%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964300.290.680.4734.5751.6934.9
Hex87602B01D442F233423
Octal2071405303510457436443
Binary1000011111000001010110111011000100101111100011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87602B; }

 p { color: rgb(135,96,43); }

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

<style>
 a { background-color: #87602B; }

 a { background-color: rgb(135,96,43); }

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

<style>
 span { border-color: #87602B; }

 span { border-color: rgb(135,96,43); }

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