#87622A

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

Shades of Rusty Nail #87622A

Tints of Rusty Nail #87622A

Color information

#87622A (or 0x87622A) is unknown color: approx Rusty Nail. HEX triplet: 87, 62 and 2A. RGB value is (135,98,42). Sum of RGB (Red+Green+Blue) = 135+98+42=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87622A is #789DD5. Grayscale: #666666. Windows color (decimal): -7904726 or 2777735. OLE color: 2777735.

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

Color convert

RGB1359842-
CMYK00.270.690.47
HSL36.13º52.54%34.71%-
HSV(B)36.13º68.89%52.94%-
XYZ14.7814.054.12-
YUV102.6893.76151.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=49.09%
G=35.64%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135984200.270.690.4736.1352.5434.71
Hex87622A01B452F243523
Octal2071425203310557446543
Binary1000011111000101010100110111000101101111100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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