#858434

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

Shades of Highball #858434

Tints of Highball #858434

Color information

#858434 (or 0x858434) is unknown color: approx Highball. HEX triplet: 85, 84 and 34. RGB value is (133,132,52). Sum of RGB (Red+Green+Blue) = 133+132+52=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #858434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858434 is #7A7BCB. Grayscale: #7B7B7B. Windows color (decimal): -8027084 or 3441797. OLE color: 3441797.

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

Color convert

RGB13313252-
CMYK00.010.610.48
HSL59.26º43.78%36.27%-
HSV(B)59.26º60.9%52.16%-
XYZ18.5421.746.47-
YUV123.1887.83135-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=41.96%
G=41.64%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325200.010.610.4859.2643.7836.27
Hex858434013D303b2c24
Octal20520464017560735444
Binary100001011000010011010001111101110000111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858434; }

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

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

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

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

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

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

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

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