#84803A

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

Shades of Highball #84803A

Tints of Highball #84803A

Color information

#84803A (or 0x84803A) is unknown color: approx Highball. HEX triplet: 84, 80 and 3A. RGB value is (132,128,58). Sum of RGB (Red+Green+Blue) = 132+128+58=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #84803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803A is #7B7FC5. Grayscale: #797979. Windows color (decimal): -8093638 or 3833988. OLE color: 3833988.

HSL color Cylindrical-coordinate representation of color #84803A: hue angle of 56.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84803A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13212858-
CMYK00.030.560.48
HSL56.76º38.95%37.25%-
HSV(B)56.76º56.06%51.76%-
XYZ1820.657.04-
YUV121.2292.33135.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=41.51%
G=40.25%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321285800.030.560.4856.7638.9537.25
Hex84803A033830392725
Octal20420072037060714745
Binary1000010010000000111010011111000110000111001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,128,58); }

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

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

 a { background-color: rgb(132,128,58); }

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

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

 span { border-color: rgb(132,128,58); }

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