#858237

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

Shades of Highball #858237

Tints of Highball #858237

Color information

#858237 (or 0x858237) is unknown color: approx Highball. HEX triplet: 85, 82 and 37. RGB value is (133,130,55). Sum of RGB (Red+Green+Blue) = 133+130+55=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #858237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858237 is #7A7DC8. Grayscale: #7A7A7A. Windows color (decimal): -8027593 or 3637893. OLE color: 3637893.

HSL color Cylindrical-coordinate representation of color #858237: hue angle of 57.69º 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 #858237 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13313055-
CMYK00.020.590.48
HSL57.69º41.49%36.86%-
HSV(B)57.69º58.65%52.16%-
XYZ18.3521.236.74-
YUV122.3589.99135.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=41.82%
G=40.88%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331305500.020.590.4857.6941.4936.86
Hex858237023B303a2925
Octal20520267027360725145
Binary1000010110000010110111010111011110000111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858237; }

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

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

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

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

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

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

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

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