#865933

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

Shades of Rusty Nail #865933

Tints of Rusty Nail #865933

Color information

#865933 (or 0x865933) is unknown color: approx Rusty Nail. HEX triplet: 86, 59 and 33. RGB value is (134,89,51). Sum of RGB (Red+Green+Blue) = 134+89+51=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865933 is #79A6CC. Grayscale: #626262. Windows color (decimal): -7972557 or 3365254. OLE color: 3365254.

HSL color Cylindrical-coordinate representation of color #865933: hue angle of 27.47º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865933 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1348951-
CMYK00.340.620.47
HSL27.47º44.86%36.27%-
HSV(B)27.47º61.94%52.55%-
XYZ1412.454.8-
YUV98.12101.41153.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=48.91%
G=32.48%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134895100.340.620.4727.4744.8636.27
Hex8659330223E2F1b2d24
Octal206131630427657335544
Binary100001101011001110011010001011111010111111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865933; }

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

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

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

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

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

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

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

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