#858035

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

Shades of Highball #858035

Tints of Highball #858035

Color information

#858035 (or 0x858035) is unknown color: approx Highball. HEX triplet: 85, 80 and 35. RGB value is (133,128,53). Sum of RGB (Red+Green+Blue) = 133+128+53=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #858035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858035 is #7A7FCA. Grayscale: #797979. Windows color (decimal): -8028107 or 3506309. OLE color: 3506309.

HSL color Cylindrical-coordinate representation of color #858035: hue angle of 56.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858035 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13312853-
CMYK00.040.600.48
HSL56.25º43.01%36.47%-
HSV(B)56.25º60.15%52.16%-
XYZ18.0320.686.41-
YUV120.9489.66136.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=42.36%
G=40.76%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331285300.040.600.4856.2543.0136.47
Hex858035043C30382b24
Octal20520065047460705344
Binary10000101100000001101010100111100110000111000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858035; }

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

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

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

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

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

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

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

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