#864B18

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

Shades of Russet #864B18

Tints of Russet #864B18

Color information

#864B18 (or 0x864B18) is unknown color: approx Russet. HEX triplet: 86, 4B and 18. RGB value is (134,75,24). Sum of RGB (Red+Green+Blue) = 134+75+24=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #864B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864B18 is #79B4E7. Grayscale: #575757. Windows color (decimal): -7976168 or 1592198. OLE color: 1592198.

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

Color convert

RGB1347524-
CMYK00.440.820.47
HSL27.82º69.62%30.98%-
HSV(B)27.82º82.09%52.55%-
XYZ12.5110.172.17-
YUV86.8392.55161.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=57.51%
G=32.19%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134752400.440.820.4727.8269.6230.98
Hex864B1802C522F1c461f
Octal20611330054122573410637
Binary100001101001011110000101100101001010111111100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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