#858038

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

Shades of Highball #858038

Tints of Highball #858038

Color information

#858038 (or 0x858038) is unknown color: approx Highball. HEX triplet: 85, 80 and 38. RGB value is (133,128,56). Sum of RGB (Red+Green+Blue) = 133+128+56=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #858038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858038 is #7A7FC7. Grayscale: #797979. Windows color (decimal): -8028104 or 3702917. OLE color: 3702917.

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

Color convert

RGB13312856-
CMYK00.040.580.48
HSL56.1º40.74%37.06%-
HSV(B)56.1º57.89%52.16%-
XYZ18.1120.716.78-
YUV121.2991.16136.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=41.96%
G=40.38%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331285600.040.580.4856.140.7437.06
Hex858038043A30382925
Octal20520070047260705145
Binary10000101100000001110000100111010110000111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858038; }

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

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

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

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

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

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

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

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