#82803F

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

Shades of Highball #82803F

Tints of Highball #82803F

Color information

#82803F (or 0x82803F) is unknown color: approx Highball. HEX triplet: 82, 80 and 3F. RGB value is (130,128,63). Sum of RGB (Red+Green+Blue) = 130+128+63=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82803F is #7D7FC0. Grayscale: #797979. Windows color (decimal): -8224705 or 4161666. OLE color: 4161666.

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

Color convert

RGB13012863-
CMYK00.020.520.49
HSL58.21º34.72%37.84%-
HSV(B)58.21º51.54%50.98%-
XYZ17.8220.547.73-
YUV121.1995.16134.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 63 (25% from 255) = 19.63%
R=40.50%
G=39.88%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301286300.020.520.4958.2134.7237.84
Hex82803F0234313a2326
Octal20220077026461724346
Binary1000001010000000111111010110100110001111010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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