#857D3D

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

Shades of Highball #857D3D

Tints of Highball #857D3D

Color information

#857D3D (or 0x857D3D) is unknown color: approx Highball. HEX triplet: 85, 7D and 3D. RGB value is (133,125,61). Sum of RGB (Red+Green+Blue) = 133+125+61=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D3D is #7A82C2. Grayscale: #787878. Windows color (decimal): -8028867 or 4029829. OLE color: 4029829.

HSL color Cylindrical-coordinate representation of color #857D3D: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #857D3D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13312561-
CMYK00.060.540.48
HSL53.33º37.11%38.04%-
HSV(B)53.33º54.14%52.16%-
XYZ17.8519.997.33-
YUV120.194.65137.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=41.69%
G=39.18%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331256100.060.540.4853.3337.1138.04
Hex857D3D063630352526
Octal20517575066660654546
Binary1000010111111011111010110110110110000110101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857D3D; }

 p { color: rgb(133,125,61); }

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

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

 a { background-color: rgb(133,125,61); }

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

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

 span { border-color: rgb(133,125,61); }

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