#86471E

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

Shades of Russet #86471E

Tints of Russet #86471E

Color information

#86471E (or 0x86471E) is unknown color: approx Russet. HEX triplet: 86, 47 and 1E. RGB value is (134,71,30). Sum of RGB (Red+Green+Blue) = 134+71+30=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86471E is #79B8E1. Grayscale: #555555. Windows color (decimal): -7977186 or 1984390. OLE color: 1984390.

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

Color convert

RGB1347130-
CMYK00.470.780.47
HSL23.65º63.41%32.16%-
HSV(B)23.65º77.61%52.55%-
XYZ12.329.672.45-
YUV85.1696.87162.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=57.02%
G=30.21%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134713000.470.780.4723.6563.4132.16
Hex86471E02F4E2F183f20
Octal2061073605711657307740
Binary100001101000111111100101111100111010111111000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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