#858538

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

Shades of Highball #858538

Tints of Highball #858538

Color information

#858538 (or 0x858538) is unknown color: approx Highball. HEX triplet: 85, 85 and 38. RGB value is (133,133,56). Sum of RGB (Red+Green+Blue) = 133+133+56=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858538 is #7A7AC7. Grayscale: #7C7C7C. Windows color (decimal): -8026824 or 3704197. OLE color: 3704197.

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

Color convert

RGB13313356-
CMYK000.580.48
HSL60º40.74%37.06%-
HSV(B)60º57.89%52.16%-
XYZ18.7722.057.01-
YUV124.2289.5134.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=41.30%
G=41.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313356000.580.486040.7437.06
Hex858538003A303c2925
Octal20520570007260745145
Binary100001011000010111100000111010110000111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858538; }

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

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

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

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

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

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

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

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