#875931

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

Shades of Rusty Nail #875931

Tints of Rusty Nail #875931

Color information

#875931 (or 0x875931) is unknown color: approx Rusty Nail. HEX triplet: 87, 59 and 31. RGB value is (135,89,49). Sum of RGB (Red+Green+Blue) = 135+89+49=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875931 is #78A6CE. Grayscale: #626262. Windows color (decimal): -7907023 or 3234183. OLE color: 3234183.

HSL color Cylindrical-coordinate representation of color #875931: hue angle of 27.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875931 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1358949-
CMYK00.340.640.47
HSL27.91º46.74%36.08%-
HSV(B)27.91º63.7%52.94%-
XYZ14.1212.524.58-
YUV98.19100.24154.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=49.45%
G=32.60%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135894900.340.640.4727.9146.7436.08
Hex875931022402F1c2f24
Octal2071316104210057345744
Binary1000011110110011100010100010100000010111111100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875931; }

 p { color: rgb(135,89,49); }

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

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

 a { background-color: rgb(135,89,49); }

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

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

 span { border-color: rgb(135,89,49); }

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