#827C41

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

Shades of Highball #827C41

Tints of Highball #827C41

Color information

#827C41 (or 0x827C41) is unknown color: approx Highball. HEX triplet: 82, 7C and 41. RGB value is (130,124,65). Sum of RGB (Red+Green+Blue) = 130+124+65=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C41 is #7D83BE. Grayscale: #777777. Windows color (decimal): -8225727 or 4291714. OLE color: 4291714.

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

Color convert

RGB13012465-
CMYK00.050.500.49
HSL54.46º33.33%38.24%-
HSV(B)54.46º50%50.98%-
XYZ17.3719.547.86-
YUV119.0797.49135.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=40.75%
G=38.87%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301246500.050.500.4954.4633.3338.24
Hex827C41053231362126
Octal202174101056261664146
Binary10000010111110010000010101110010110001110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,65); }

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

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

 a { background-color: rgb(130,124,65); }

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

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

 span { border-color: rgb(130,124,65); }

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