#875E32

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

Shades of Rusty Nail #875E32

Tints of Rusty Nail #875E32

Color information

#875E32 (or 0x875E32) is unknown color: approx Rusty Nail. HEX triplet: 87, 5E and 32. RGB value is (135,94,50). Sum of RGB (Red+Green+Blue) = 135+94+50=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #875E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E32 is #78A1CD. Grayscale: #656565. Windows color (decimal): -7905742 or 3300999. OLE color: 3300999.

HSL color Cylindrical-coordinate representation of color #875E32: hue angle of 31.06º 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 #875E32 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1359450-
CMYK00.300.630.47
HSL31.06º45.95%36.27%-
HSV(B)31.06º62.96%52.94%-
XYZ14.5713.394.83-
YUV101.2499.08152.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=48.39%
G=33.69%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135945000.300.630.4731.0645.9536.27
Hex875E3201E3F2F1f2e24
Octal207136620367757375644
Binary10000111101111011001001111011111110111111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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