#857E41

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

Shades of Highball #857E41

Tints of Highball #857E41

Color information

#857E41 (or 0x857E41) is unknown color: approx Highball. HEX triplet: 85, 7E and 41. RGB value is (133,126,65). Sum of RGB (Red+Green+Blue) = 133+126+65=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #857E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E41 is #7A81BE. Grayscale: #797979. Windows color (decimal): -8028607 or 4292229. OLE color: 4292229.

HSL color Cylindrical-coordinate representation of color #857E41: hue angle of 53.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857E41 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13312665-
CMYK00.050.510.48
HSL53.82º34.34%38.82%-
HSV(B)53.82º51.13%52.16%-
XYZ18.0920.297.96-
YUV121.1496.32136.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=41.05%
G=38.89%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331266500.050.510.4853.8234.3438.82
Hex857E41053330362227
Octal205176101056360664247
Binary10000101111111010000010101110011110000110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,65); }

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

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

 a { background-color: rgb(133,126,65); }

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

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

 span { border-color: rgb(133,126,65); }

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