#875f32

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

Shades of Rusty Nail #875F32

Tints of Rusty Nail #875F32

Color information

#875F32 (or 0x875F32) is unknown color: approx Rusty Nail. HEX triplet: 87, 5F and 32. RGB value is (135,95,50). Sum of RGB (Red+Green+Blue) = 135+95+50=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #875F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F32 is #78A0CD. Grayscale: #666666. Windows color (decimal): -7905486 or 3301255. OLE color: 3301255.

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

Color convert

RGB1359550-
CMYK00.300.630.47
HSL31.76º45.95%36.27%-
HSV(B)31.76º62.96%52.94%-
XYZ14.6613.574.86-
YUV101.8398.75151.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=48.21%
G=33.93%
B=17.86%

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
Decimal135955000.300.630.4731.7645.9536.27
Hex875F3201E3F2F202e24
Octal207137620367757405644
Binary100001111011111110010011110111111101111100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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