#858138

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

Shades of Highball #858138

Tints of Highball #858138

Color information

#858138 (or 0x858138) is unknown color: approx Highball. HEX triplet: 85, 81 and 38. RGB value is (133,129,56). Sum of RGB (Red+Green+Blue) = 133+129+56=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #858138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858138 is #7A7EC7. Grayscale: #7A7A7A. Windows color (decimal): -8027848 or 3703173. OLE color: 3703173.

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

Color convert

RGB13312956-
CMYK00.030.580.48
HSL56.88º40.74%37.06%-
HSV(B)56.88º57.89%52.16%-
XYZ18.2420.976.83-
YUV121.8790.83135.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=41.82%
G=40.57%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331295600.030.580.4856.8840.7437.06
Hex858138033A30392925
Octal20520170037260715145
Binary1000010110000001111000011111010110000111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858138; }

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

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

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

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

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

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

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

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