#858541

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

Shades of Highball #858541

Tints of Highball #858541

Color information

#858541 (or 0x858541) is unknown color: approx Highball. HEX triplet: 85, 85 and 41. RGB value is (133,133,65). Sum of RGB (Red+Green+Blue) = 133+133+65=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858541 is #7A7ABE. Grayscale: #7D7D7D. Windows color (decimal): -8026815 or 4294021. OLE color: 4294021.

HSL color Cylindrical-coordinate representation of color #858541: hue angle of 60º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #858541 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13313365-
CMYK000.510.48
HSL60º34.34%38.82%-
HSV(B)60º51.13%52.16%-
XYZ19.0122.148.27-
YUV125.2594133.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=40.18%
G=40.18%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313365000.510.486034.3438.82
Hex8585410033303c2227
Octal205205101006360744247
Binary1000010110000101100000100110011110000111100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858541; }

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

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

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

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

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

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

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

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