#858438

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

Shades of Highball #858438

Tints of Highball #858438

Color information

#858438 (or 0x858438) is unknown color: approx Highball. HEX triplet: 85, 84 and 38. RGB value is (133,132,56). Sum of RGB (Red+Green+Blue) = 133+132+56=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #858438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858438 is #7A7BC7. Grayscale: #7B7B7B. Windows color (decimal): -8027080 or 3703941. OLE color: 3703941.

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

Color convert

RGB13313256-
CMYK00.010.580.48
HSL59.22º40.74%37.06%-
HSV(B)59.22º57.89%52.16%-
XYZ18.6421.776.96-
YUV123.6489.83134.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=41.43%
G=41.12%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325600.010.580.4859.2240.7437.06
Hex858438013A303b2925
Octal20520470017260735145
Binary100001011000010011100001111010110000111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858438; }

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

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

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

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

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

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

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

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