#857B3E

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

Shades of Highball #857B3E

Tints of Highball #857B3E

Color information

#857B3E (or 0x857B3E) is unknown color: approx Highball. HEX triplet: 85, 7B and 3E. RGB value is (133,123,62). Sum of RGB (Red+Green+Blue) = 133+123+62=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #857B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B3E is #7A84C1. Grayscale: #777777. Windows color (decimal): -8029378 or 4094853. OLE color: 4094853.

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

Color convert

RGB13312362-
CMYK00.080.530.48
HSL51.55º36.41%38.24%-
HSV(B)51.55º53.38%52.16%-
XYZ17.6319.57.39-
YUV119.0495.81137.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=41.82%
G=38.68%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331236200.080.530.4851.5536.4138.24
Hex857B3E083530342426
Octal205173760106560644446
Binary10000101111101111111001000110101110000110100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,62); }

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

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

 a { background-color: rgb(133,123,62); }

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

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

 span { border-color: rgb(133,123,62); }

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