#858244

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

Shades of Highball #858244

Tints of Highball #858244

Color information

#858244 (or 0x858244) is unknown color: approx Highball. HEX triplet: 85, 82 and 44. RGB value is (133,130,68). Sum of RGB (Red+Green+Blue) = 133+130+68=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #858244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858244 is #7A7DBB. Grayscale: #7C7C7C. Windows color (decimal): -8027580 or 4489861. OLE color: 4489861.

HSL color Cylindrical-coordinate representation of color #858244: hue angle of 57.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #858244 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB13313068-
CMYK00.020.490.48
HSL57.23º32.34%39.41%-
HSV(B)57.23º48.87%52.16%-
XYZ18.721.378.61-
YUV123.8396.49134.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=40.18%
G=39.27%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331306800.020.490.4857.2332.3439.41
Hex858244023130392027
Octal205202104026160714047
Binary10000101100000101000100010110001110000111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858244; }

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

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

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

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

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

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

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

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