#86501F

Color #86501F Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #86501F

Tints of Russet #86501F

Color information

#86501F (or 0x86501F) is unknown color: approx Russet. HEX triplet: 86, 50 and 1F. RGB value is (134,80,31). Sum of RGB (Red+Green+Blue) = 134+80+31=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86501F is #79AFE0. Grayscale: #5A5A5A. Windows color (decimal): -7974881 or 2052230. OLE color: 2052230.

HSL color Cylindrical-coordinate representation of color #86501F: hue angle of 28.54º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86501F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1348031-
CMYK00.400.770.47
HSL28.54º62.42%32.35%-
HSV(B)28.54º76.87%52.55%-
XYZ12.9510.92.72-
YUV90.5694.39158.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=54.69%
G=32.65%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134803100.400.770.4728.5462.4232.35
Hex86501F0284D2F1d3e20
Octal2061203705011557357640
Binary100001101010000111110101000100110110111111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86501F; }

 p { color: rgb(134,80,31); }

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

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

 a { background-color: rgb(134,80,31); }

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

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

 span { border-color: rgb(134,80,31); }

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