#84834A

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

Shades of Highball #84834A

Tints of Highball #84834A

Color information

#84834A (or 0x84834A) is unknown color: approx Highball. HEX triplet: 84, 83 and 4A. RGB value is (132,131,74). Sum of RGB (Red+Green+Blue) = 132+131+74=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84834A is #7B7CB5. Grayscale: #7D7D7D. Windows color (decimal): -8092854 or 4883332. OLE color: 4883332.

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

Color convert

RGB13213174-
CMYK00.010.440.48
HSL58.97º28.16%40.39%-
HSV(B)58.97º43.94%51.76%-
XYZ18.8721.639.66-
YUV124.899.33133.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=39.17%
G=38.87%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321317400.010.440.4858.9728.1640.39
Hex84834A012C303b1c28
Octal204203112015460733450
Binary100001001000001110010100110110011000011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84834A; }

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

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

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

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

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

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

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

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