#858036

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

Shades of Highball #858036

Tints of Highball #858036

Color information

#858036 (or 0x858036) is unknown color: approx Highball. HEX triplet: 85, 80 and 36. RGB value is (133,128,54). Sum of RGB (Red+Green+Blue) = 133+128+54=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #858036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858036 is #7A7FC9. Grayscale: #797979. Windows color (decimal): -8028106 or 3571845. OLE color: 3571845.

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

Color convert

RGB13312854-
CMYK00.040.590.48
HSL56.2º42.25%36.67%-
HSV(B)56.2º59.4%52.16%-
XYZ18.0620.696.53-
YUV121.0690.16136.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=42.22%
G=40.63%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331285400.040.590.4856.242.2536.67
Hex858036043B30382a25
Octal20520066047360705245
Binary10000101100000001101100100111011110000111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858036; }

 p { color: rgb(133,128,54); }

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

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

 a { background-color: rgb(133,128,54); }

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

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

 span { border-color: rgb(133,128,54); }

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