#87652A

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

Shades of Rusty Nail #87652A

Tints of Rusty Nail #87652A

Color information

#87652A (or 0x87652A) is unknown color: approx Rusty Nail. HEX triplet: 87, 65 and 2A. RGB value is (135,101,42). Sum of RGB (Red+Green+Blue) = 135+101+42=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87652A is #789AD5. Grayscale: #686868. Windows color (decimal): -7903958 or 2778503. OLE color: 2778503.

HSL color Cylindrical-coordinate representation of color #87652A: hue angle of 38.06º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87652A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13510142-
CMYK00.250.690.47
HSL38.06º52.54%34.71%-
HSV(B)38.06º68.89%52.94%-
XYZ15.0614.634.22-
YUV104.4492.76149.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=48.56%
G=36.33%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351014200.250.690.4738.0652.5434.71
Hex87652A019452F263523
Octal2071455203110557466543
Binary1000011111001011010100110011000101101111100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87652A; }

 p { color: rgb(135,101,42); }

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

<style>
 a { background-color: #87652A; }

 a { background-color: rgb(135,101,42); }

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

<style>
 span { border-color: #87652A; }

 span { border-color: rgb(135,101,42); }

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