#848137

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

Shades of Highball #848137

Tints of Highball #848137

Color information

#848137 (or 0x848137) is unknown color: approx Highball. HEX triplet: 84, 81 and 37. RGB value is (132,129,55). Sum of RGB (Red+Green+Blue) = 132+129+55=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #848137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848137 is #7B7EC8. Grayscale: #797979. Windows color (decimal): -8093385 or 3637636. OLE color: 3637636.

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

Color convert

RGB13212955-
CMYK00.020.580.48
HSL57.66º41.18%36.67%-
HSV(B)57.66º58.33%51.76%-
XYZ18.0620.886.69-
YUV121.4690.49135.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=41.77%
G=40.82%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321295500.020.580.4857.6641.1836.67
Hex848137023A303a2925
Octal20420167027260725145
Binary1000010010000001110111010111010110000111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848137; }

 p { color: rgb(132,129,55); }

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

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

 a { background-color: rgb(132,129,55); }

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

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

 span { border-color: rgb(132,129,55); }

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