#827F3F

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

Shades of Highball #827F3F

Tints of Highball #827F3F

Color information

#827F3F (or 0x827F3F) is unknown color: approx Highball. HEX triplet: 82, 7F and 3F. RGB value is (130,127,63). Sum of RGB (Red+Green+Blue) = 130+127+63=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F3F is #7D80C0. Grayscale: #787878. Windows color (decimal): -8224961 or 4161410. OLE color: 4161410.

HSL color Cylindrical-coordinate representation of color #827F3F: hue angle of 57.31º 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 #827F3F is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB13012763-
CMYK00.020.520.49
HSL57.31º34.72%37.84%-
HSV(B)57.31º51.54%50.98%-
XYZ17.6920.287.69-
YUV120.695.49134.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 63 (25% from 255) = 19.69%
R=40.62%
G=39.69%
B=19.69%

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
Decimal1301276300.020.520.4957.3134.7237.84
Hex827F3F023431392326
Octal20217777026461714346
Binary100000101111111111111010110100110001111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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