#865931

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

Shades of Rusty Nail #865931

Tints of Rusty Nail #865931

Color information

#865931 (or 0x865931) is unknown color: approx Rusty Nail. HEX triplet: 86, 59 and 31. RGB value is (134,89,49). Sum of RGB (Red+Green+Blue) = 134+89+49=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865931 is #79A6CE. Grayscale: #626262. Windows color (decimal): -7972559 or 3234182. OLE color: 3234182.

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

Color convert

RGB1348949-
CMYK00.340.630.47
HSL28.24º46.45%35.88%-
HSV(B)28.24º63.43%52.55%-
XYZ13.9612.434.57-
YUV97.9100.41153.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=49.26%
G=32.72%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134894900.340.630.4728.2446.4535.88
Hex8659310223F2F1c2e24
Octal206131610427757345644
Binary100001101011001110001010001011111110111111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865931; }

 p { color: rgb(134,89,49); }

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

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

 a { background-color: rgb(134,89,49); }

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

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

 span { border-color: rgb(134,89,49); }

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