#865832

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

Shades of Rusty Nail #865832

Tints of Rusty Nail #865832

Color information

#865832 (or 0x865832) is unknown color: approx Rusty Nail. HEX triplet: 86, 58 and 32. RGB value is (134,88,50). Sum of RGB (Red+Green+Blue) = 134+88+50=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865832 is #79A7CD. Grayscale: #616161. Windows color (decimal): -7972814 or 3299462. OLE color: 3299462.

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

Color convert

RGB1348850-
CMYK00.340.630.47
HSL27.14º45.65%36.08%-
HSV(B)27.14º62.69%52.55%-
XYZ13.912.284.66-
YUV97.42101.24154.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=49.26%
G=32.35%
B=18.38%

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
Decimal134885000.340.630.4727.1445.6536.08
Hex8658320223F2F1b2e24
Octal206130620427757335644
Binary100001101011000110010010001011111110111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865832; }

 p { color: rgb(134,88,50); }

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

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

 a { background-color: rgb(134,88,50); }

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

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

 span { border-color: rgb(134,88,50); }

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