#864A1E

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

Shades of Russet #864A1E

Tints of Russet #864A1E

Color information

#864A1E (or 0x864A1E) is unknown color: approx Russet. HEX triplet: 86, 4A and 1E. RGB value is (134,74,30). Sum of RGB (Red+Green+Blue) = 134+74+30=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #864A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A1E is #79B5E1. Grayscale: #575757. Windows color (decimal): -7976418 or 1985158. OLE color: 1985158.

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

Color convert

RGB1347430-
CMYK00.450.780.47
HSL25.38º63.41%32.16%-
HSV(B)25.38º77.61%52.55%-
XYZ12.5110.062.51-
YUV86.9295.88161.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=56.30%
G=31.09%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134743000.450.780.4725.3863.4132.16
Hex864A1E02D4E2F193f20
Octal2061123605511657317740
Binary100001101001010111100101101100111010111111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864A1E; }

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

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

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

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

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

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

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

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