#858033

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

Shades of Highball #858033

Tints of Highball #858033

Color information

#858033 (or 0x858033) is unknown color: approx Highball. HEX triplet: 85, 80 and 33. RGB value is (133,128,51). Sum of RGB (Red+Green+Blue) = 133+128+51=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #858033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858033 is #7A7FCC. Grayscale: #797979. Windows color (decimal): -8028109 or 3375237. OLE color: 3375237.

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

Color convert

RGB13312851-
CMYK00.040.620.48
HSL56.34º44.57%36.08%-
HSV(B)56.34º61.65%52.16%-
XYZ17.9920.666.17-
YUV120.7288.66136.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=42.63%
G=41.03%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331285100.040.620.4856.3444.5736.08
Hex858033043E30382d24
Octal20520063047660705544
Binary10000101100000001100110100111110110000111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858033; }

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

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

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

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

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

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

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

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