#858234

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

Shades of Highball #858234

Tints of Highball #858234

Color information

#858234 (or 0x858234) is unknown color: approx Highball. HEX triplet: 85, 82 and 34. RGB value is (133,130,52). Sum of RGB (Red+Green+Blue) = 133+130+52=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #858234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858234 is #7A7DCB. Grayscale: #7A7A7A. Windows color (decimal): -8027596 or 3441285. OLE color: 3441285.

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

Color convert

RGB13313052-
CMYK00.020.610.48
HSL57.78º43.78%36.27%-
HSV(B)57.78º60.9%52.16%-
XYZ18.2821.26.38-
YUV12288.49135.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=42.22%
G=41.27%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331305200.020.610.4857.7843.7836.27
Hex858234023D303a2c24
Octal20520264027560725444
Binary1000010110000010110100010111101110000111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858234; }

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

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

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

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

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

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

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

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