#827D40

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

Shades of Highball #827D40

Tints of Highball #827D40

Color information

#827D40 (or 0x827D40) is unknown color: approx Highball. HEX triplet: 82, 7D and 40. RGB value is (130,125,64). Sum of RGB (Red+Green+Blue) = 130+125+64=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D40 is #7D82BF. Grayscale: #777777. Windows color (decimal): -8225472 or 4226434. OLE color: 4226434.

HSL color Cylindrical-coordinate representation of color #827D40: hue angle of 55.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827D40 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB13012564-
CMYK00.040.510.49
HSL55.45º34.02%38.04%-
HSV(B)55.45º50.77%50.98%-
XYZ17.4619.787.75-
YUV119.5496.66135.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=40.75%
G=39.18%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301256400.040.510.4955.4534.0238.04
Hex827D40043331372226
Octal202175100046361674246
Binary10000010111110110000000100110011110001110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827D40; }

 p { color: rgb(130,125,64); }

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

<style>
 a { background-color: #827D40; }

 a { background-color: rgb(130,125,64); }

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

<style>
 span { border-color: #827D40; }

 span { border-color: rgb(130,125,64); }

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