#858043

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

Shades of Highball #858043

Tints of Highball #858043

Color information

#858043 (or 0x858043) is unknown color: approx Highball. HEX triplet: 85, 80 and 43. RGB value is (133,128,67). Sum of RGB (Red+Green+Blue) = 133+128+67=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #858043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858043 is #7A7FBC. Grayscale: #7A7A7A. Windows color (decimal): -8028093 or 4423813. OLE color: 4423813.

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

Color convert

RGB13312867-
CMYK00.040.500.48
HSL55.45º33%39.22%-
HSV(B)55.45º49.62%52.16%-
XYZ18.4120.838.36-
YUV122.5496.66135.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=40.55%
G=39.02%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331286700.040.500.4855.453339.22
Hex858043043230372127
Octal205200103046260674147
Binary100001011000000010000110100110010110000110111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858043; }

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

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

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

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

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

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

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

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