#848545

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

Shades of Highball #848545

Tints of Highball #848545

Color information

#848545 (or 0x848545) is unknown color: approx Highball. HEX triplet: 84, 85 and 45. RGB value is (132,133,69). Sum of RGB (Red+Green+Blue) = 132+133+69=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #848545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848545 is #7B7ABA. Grayscale: #7D7D7D. Windows color (decimal): -8092347 or 4556164. OLE color: 4556164.

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

Color convert

RGB13213369-
CMYK0.0100.480.48
HSL60.94º31.68%39.61%-
HSV(B)60.94º48.12%52.16%-
XYZ18.9822.118.9-
YUV125.496.17132.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=39.52%
G=39.82%
B=20.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133690.0100.480.4860.9431.6839.61
Hex8485451030303d2028
Octal204205105106060754050
Binary1000010010000101100010110110000110000111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848545; }

 p { color: rgb(132,133,69); }

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

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

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

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

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

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

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