#82803D

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

Shades of Highball #82803D

Tints of Highball #82803D

Color information

#82803D (or 0x82803D) is unknown color: approx Highball. HEX triplet: 82, 80 and 3D. RGB value is (130,128,61). Sum of RGB (Red+Green+Blue) = 130+128+61=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82803D is #7D7FC2. Grayscale: #797979. Windows color (decimal): -8224707 or 4030594. OLE color: 4030594.

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

Color convert

RGB13012861-
CMYK00.020.530.49
HSL58.26º36.13%37.45%-
HSV(B)58.26º53.08%50.98%-
XYZ17.7720.527.44-
YUV120.9694.16134.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=40.75%
G=40.13%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301286100.020.530.4958.2636.1337.45
Hex82803D0235313a2425
Octal20220075026561724445
Binary1000001010000000111101010110101110001111010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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