#848342

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

Shades of Highball #848342

Tints of Highball #848342

Color information

#848342 (or 0x848342) is unknown color: approx Highball. HEX triplet: 84, 83 and 42. RGB value is (132,131,66). Sum of RGB (Red+Green+Blue) = 132+131+66=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #848342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848342 is #7B7CBD. Grayscale: #7C7C7C. Windows color (decimal): -8092862 or 4359044. OLE color: 4359044.

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

Color convert

RGB13213166-
CMYK00.010.50.48
HSL59.09º33.33%38.82%-
HSV(B)59.09º50%51.76%-
XYZ18.6221.538.33-
YUV123.8995.33133.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=40.12%
G=39.82%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321316600.010.50.4859.0933.3338.82
Hex8483420132303b2127
Octal204203102016260734147
Binary1000010010000011100001001110010110000111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848342; }

 p { color: rgb(132,131,66); }

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

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

 a { background-color: rgb(132,131,66); }

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

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

 span { border-color: rgb(132,131,66); }

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