#864B19

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

Shades of Russet #864B19

Tints of Russet #864B19

Color information

#864B19 (or 0x864B19) is unknown color: approx Russet. HEX triplet: 86, 4B and 19. RGB value is (134,75,25). Sum of RGB (Red+Green+Blue) = 134+75+25=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #864B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864B19 is #79B4E6. Grayscale: #575757. Windows color (decimal): -7976167 or 1657734. OLE color: 1657734.

HSL color Cylindrical-coordinate representation of color #864B19: hue angle of 27.52º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #864B19 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1347525-
CMYK00.440.810.47
HSL27.52º68.55%31.18%-
HSV(B)27.52º81.34%52.55%-
XYZ12.5210.172.22-
YUV86.9493.05161.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 25 (10.16% from 255) = 10.68%
R=57.26%
G=32.05%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134752500.440.810.4727.5268.5531.18
Hex864B1902C512F1c451f
Octal20611331054121573410537
Binary100001101001011110010101100101000110111111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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