#875B32

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

Shades of Rusty Nail #875B32

Tints of Rusty Nail #875B32

Color information

#875B32 (or 0x875B32) is unknown color: approx Rusty Nail. HEX triplet: 87, 5B and 32. RGB value is (135,91,50). Sum of RGB (Red+Green+Blue) = 135+91+50=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B32 is #78A4CD. Grayscale: #636363. Windows color (decimal): -7906510 or 3300231. OLE color: 3300231.

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

Color convert

RGB1359150-
CMYK00.330.630.47
HSL28.94º45.95%36.27%-
HSV(B)28.94º62.96%52.94%-
XYZ14.3112.864.75-
YUV99.48100.08153.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=48.91%
G=32.97%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135915000.330.630.4728.9445.9536.27
Hex875B320213F2F1d2e24
Octal207133620417757355644
Binary100001111011011110010010000111111110111111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B32; }

 p { color: rgb(135,91,50); }

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

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

 a { background-color: rgb(135,91,50); }

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

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

 span { border-color: rgb(135,91,50); }

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