#875C2E

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

Shades of Rusty Nail #875C2E

Tints of Rusty Nail #875C2E

Color information

#875C2E (or 0x875C2E) is unknown color: approx Rusty Nail. HEX triplet: 87, 5C and 2E. RGB value is (135,92,46). Sum of RGB (Red+Green+Blue) = 135+92+46=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C2E is #78A3D1. Grayscale: #636363. Windows color (decimal): -7906258 or 3038343. OLE color: 3038343.

HSL color Cylindrical-coordinate representation of color #875C2E: hue angle of 31.01º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #875C2E is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1359246-
CMYK00.320.660.47
HSL31.01º49.17%35.49%-
HSV(B)31.01º65.93%52.94%-
XYZ14.31134.34-
YUV99.6197.75153.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=49.45%
G=33.70%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135924600.320.660.4731.0149.1735.49
Hex875C2E020422F1f3123
Octal2071345604010257376143
Binary1000011110111001011100100000100001010111111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,46); }

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

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

 a { background-color: rgb(135,92,46); }

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

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

 span { border-color: rgb(135,92,46); }

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