#84803F

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

Shades of Highball #84803F

Tints of Highball #84803F

Color information

#84803F (or 0x84803F) is unknown color: approx Highball. HEX triplet: 84, 80 and 3F. RGB value is (132,128,63). Sum of RGB (Red+Green+Blue) = 132+128+63=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803F is #7B7FC0. Grayscale: #7A7A7A. Windows color (decimal): -8093633 or 4161668. OLE color: 4161668.

HSL color Cylindrical-coordinate representation of color #84803F: hue angle of 56.52º 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 #84803F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13212863-
CMYK00.030.520.48
HSL56.52º35.38%38.24%-
HSV(B)56.52º52.27%51.76%-
XYZ18.1320.77.74-
YUV121.7994.83135.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 63 (25% from 255) = 19.50%
R=40.87%
G=39.63%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321286300.030.520.4856.5235.3838.24
Hex84803F033430392326
Octal20420077036460714346
Binary1000010010000000111111011110100110000111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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