#865216

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

Shades of Russet #865216

Tints of Russet #865216

Color information

#865216 (or 0x865216) is unknown color: approx Russet. HEX triplet: 86, 52 and 16. RGB value is (134,82,22). Sum of RGB (Red+Green+Blue) = 134+82+22=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865216 is #79ADE9. Grayscale: #5A5A5A. Windows color (decimal): -7974378 or 1462918. OLE color: 1462918.

HSL color Cylindrical-coordinate representation of color #865216: hue angle of 32.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865216 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1348222-
CMYK00.390.840.47
HSL32.14º71.79%30.59%-
HSV(B)32.14º83.58%52.55%-
XYZ12.9911.162.23-
YUV90.7189.23158.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=56.30%
G=34.45%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134822200.390.840.4732.1471.7930.59
Hex865216027542F20481f
Octal20612226047124574011037
Binary1000011010100101011001001111010100101111100000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865216; }

 p { color: rgb(134,82,22); }

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

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

 a { background-color: rgb(134,82,22); }

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

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

 span { border-color: rgb(134,82,22); }

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