#864B1D

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

Shades of Russet #864B1D

Tints of Russet #864B1D

Color information

#864B1D (or 0x864B1D) is unknown color: approx Russet. HEX triplet: 86, 4B and 1D. RGB value is (134,75,29). Sum of RGB (Red+Green+Blue) = 134+75+29=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #864B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B1D is #79B4E2. Grayscale: #575757. Windows color (decimal): -7976163 or 1919878. OLE color: 1919878.

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

Color convert

RGB1347529-
CMYK00.440.780.47
HSL26.29º64.42%31.96%-
HSV(B)26.29º78.36%52.55%-
XYZ12.5710.192.47-
YUV87.495.05161.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 29 (11.72% from 255) = 12.18%
R=56.30%
G=31.51%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134752900.440.780.4726.2964.4231.96
Hex864B1D02C4E2F1a4020
Octal20611335054116573210040
Binary1000011010010111110101011001001110101111110101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,29); }

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

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

 a { background-color: rgb(134,75,29); }

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

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

 span { border-color: rgb(134,75,29); }

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