#86491E

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

Shades of Russet #86491E

Tints of Russet #86491E

Color information

#86491E (or 0x86491E) is unknown color: approx Russet. HEX triplet: 86, 49 and 1E. RGB value is (134,73,30). Sum of RGB (Red+Green+Blue) = 134+73+30=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #86491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86491E is #79B6E1. Grayscale: #565656. Windows color (decimal): -7976674 or 1984902. OLE color: 1984902.

HSL color Cylindrical-coordinate representation of color #86491E: hue angle of 24.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86491E is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1347330-
CMYK00.460.780.47
HSL24.81º63.41%32.16%-
HSV(B)24.81º77.61%52.55%-
XYZ12.459.932.49-
YUV86.3496.21162-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=56.54%
G=30.80%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134733000.460.780.4724.8163.4132.16
Hex86491E02E4E2F193f20
Octal2061113605611657317740
Binary100001101001001111100101110100111010111111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86491E; }

 p { color: rgb(134,73,30); }

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

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

 a { background-color: rgb(134,73,30); }

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

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

 span { border-color: rgb(134,73,30); }

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