#865D2E

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

Shades of Rusty Nail #865D2E

Tints of Rusty Nail #865D2E

Color information

#865D2E (or 0x865D2E) is unknown color: approx Rusty Nail. HEX triplet: 86, 5D and 2E. RGB value is (134,93,46). Sum of RGB (Red+Green+Blue) = 134+93+46=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D2E is #79A2D1. Grayscale: #646464. Windows color (decimal): -7971538 or 3038598. OLE color: 3038598.

HSL color Cylindrical-coordinate representation of color #865D2E: hue angle of 32.05º 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 #865D2E is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1349346-
CMYK00.310.660.47
HSL32.05º48.89%35.29%-
HSV(B)32.05º65.67%52.55%-
XYZ14.2413.094.36-
YUV99.997.58152.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=49.08%
G=34.07%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134934600.310.660.4732.0548.8935.29
Hex865D2E01F422F203123
Octal2061355603710257406143
Binary1000011010111011011100111111000010101111100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D2E; }

 p { color: rgb(134,93,46); }

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

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

 a { background-color: rgb(134,93,46); }

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

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

 span { border-color: rgb(134,93,46); }

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