#858437

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

Shades of Highball #858437

Tints of Highball #858437

Color information

#858437 (or 0x858437) is unknown color: approx Highball. HEX triplet: 85, 84 and 37. RGB value is (133,132,55). Sum of RGB (Red+Green+Blue) = 133+132+55=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #858437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858437 is #7A7BC8. Grayscale: #7B7B7B. Windows color (decimal): -8027081 or 3638405. OLE color: 3638405.

HSL color Cylindrical-coordinate representation of color #858437: hue angle of 59.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #858437 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13313255-
CMYK00.010.590.48
HSL59.23º41.49%36.86%-
HSV(B)59.23º58.65%52.16%-
XYZ18.6121.766.83-
YUV123.5289.33134.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=41.56%
G=41.25%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325500.010.590.4859.2341.4936.86
Hex858437013B303b2925
Octal20520467017360735145
Binary100001011000010011011101111011110000111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858437; }

 p { color: rgb(133,132,55); }

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

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

 a { background-color: rgb(133,132,55); }

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

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

 span { border-color: rgb(133,132,55); }

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