#848340

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

Shades of Highball #848340

Tints of Highball #848340

Color information

#848340 (or 0x848340) is unknown color: approx Highball. HEX triplet: 84, 83 and 40. RGB value is (132,131,64). Sum of RGB (Red+Green+Blue) = 132+131+64=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #848340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848340 is #7B7CBF. Grayscale: #7B7B7B. Windows color (decimal): -8092864 or 4227972. OLE color: 4227972.

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

Color convert

RGB13213164-
CMYK00.010.520.48
HSL59.12º34.69%38.43%-
HSV(B)59.12º51.52%51.76%-
XYZ18.5621.518.02-
YUV123.6694.33133.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=40.37%
G=40.06%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321316400.010.520.4859.1234.6938.43
Hex8483400134303b2326
Octal204203100016460734346
Binary1000010010000011100000001110100110000111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848340; }

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

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

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

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

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

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

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

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