#857D41

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

Shades of Highball #857D41

Tints of Highball #857D41

Color information

#857D41 (or 0x857D41) is unknown color: approx Highball. HEX triplet: 85, 7D and 41. RGB value is (133,125,65). Sum of RGB (Red+Green+Blue) = 133+125+65=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #857D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D41 is #7A82BE. Grayscale: #787878. Windows color (decimal): -8028863 or 4291973. OLE color: 4291973.

HSL color Cylindrical-coordinate representation of color #857D41: hue angle of 52.94º 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 #857D41 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13312565-
CMYK00.060.510.48
HSL52.94º34.34%38.82%-
HSV(B)52.94º51.13%52.16%-
XYZ17.9620.047.92-
YUV120.5596.65136.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=41.18%
G=38.70%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331256500.060.510.4852.9434.3438.82
Hex857D41063330352227
Octal205175101066360654247
Binary10000101111110110000010110110011110000110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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