#857D43

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

Shades of Highball #857D43

Tints of Highball #857D43

Color information

#857D43 (or 0x857D43) is unknown color: approx Highball. HEX triplet: 85, 7D and 43. RGB value is (133,125,67). Sum of RGB (Red+Green+Blue) = 133+125+67=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #857D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D43 is #7A82BC. Grayscale: #797979. Windows color (decimal): -8028861 or 4423045. OLE color: 4423045.

HSL color Cylindrical-coordinate representation of color #857D43: hue angle of 52.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857D43 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13312567-
CMYK00.060.500.48
HSL52.73º33%39.22%-
HSV(B)52.73º49.62%52.16%-
XYZ18.0220.068.23-
YUV120.7897.65136.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=40.92%
G=38.46%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331256700.060.500.4852.733339.22
Hex857D43063230352127
Octal205175103066260654147
Binary10000101111110110000110110110010110000110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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