#87572B

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

Shades of Rusty Nail #87572B

Tints of Rusty Nail #87572B

Color information

#87572B (or 0x87572B) is unknown color: approx Rusty Nail. HEX triplet: 87, 57 and 2B. RGB value is (135,87,43). Sum of RGB (Red+Green+Blue) = 135+87+43=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87572B is #78A8D4. Grayscale: #606060. Windows color (decimal): -7907541 or 2840455. OLE color: 2840455.

HSL color Cylindrical-coordinate representation of color #87572B: hue angle of 28.7º 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 #87572B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1358743-
CMYK00.360.680.47
HSL28.7º51.69%34.9%-
HSV(B)28.7º68.15%52.94%-
XYZ13.8412.143.9-
YUV96.3497.9155.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=50.94%
G=32.83%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135874300.360.680.4728.751.6934.9
Hex87572B024442F1d3423
Octal2071275304410457356443
Binary1000011110101111010110100100100010010111111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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