#827D43

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

Shades of Highball #827D43

Tints of Highball #827D43

Color information

#827D43 (or 0x827D43) is unknown color: approx Highball. HEX triplet: 82, 7D and 43. RGB value is (130,125,67). Sum of RGB (Red+Green+Blue) = 130+125+67=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D43 is #7D82BC. Grayscale: #787878. Windows color (decimal): -8225469 or 4423042. OLE color: 4423042.

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

Color convert

RGB13012567-
CMYK00.040.480.49
HSL55.24º31.98%38.63%-
HSV(B)55.24º48.46%50.98%-
XYZ17.5519.828.21-
YUV119.8898.16135.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 67 (26.56% from 255) = 20.81%
R=40.37%
G=38.82%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301256700.040.480.4955.2431.9838.63
Hex827D43043031372027
Octal202175103046061674047
Binary10000010111110110000110100110000110001110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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