#875A2B

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

Shades of Rusty Nail #875A2B

Tints of Rusty Nail #875A2B

Color information

#875A2B (or 0x875A2B) is unknown color: approx Rusty Nail. HEX triplet: 87, 5A and 2B. RGB value is (135,90,43). Sum of RGB (Red+Green+Blue) = 135+90+43=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A2B is #78A5D4. Grayscale: #626262. Windows color (decimal): -7906773 or 2841223. OLE color: 2841223.

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

Color convert

RGB1359043-
CMYK00.330.680.47
HSL30.65º51.69%34.9%-
HSV(B)30.65º68.15%52.94%-
XYZ14.0812.643.98-
YUV98.196.91154.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=50.37%
G=33.58%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135904300.330.680.4730.6551.6934.9
Hex875A2B021442F1f3423
Octal2071325304110457376443
Binary1000011110110101010110100001100010010111111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,43); }

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

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

 a { background-color: rgb(135,90,43); }

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

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

 span { border-color: rgb(135,90,43); }

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