#827B3E

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

Shades of Highball #827B3E

Tints of Highball #827B3E

Color information

#827B3E (or 0x827B3E) is unknown color: approx Highball. HEX triplet: 82, 7B and 3E. RGB value is (130,123,62). Sum of RGB (Red+Green+Blue) = 130+123+62=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B3E is #7D84C1. Grayscale: #767676. Windows color (decimal): -8225986 or 4094850. OLE color: 4094850.

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

Color convert

RGB13012362-
CMYK00.050.520.49
HSL53.82º35.42%37.65%-
HSV(B)53.82º52.31%50.98%-
XYZ17.1619.267.37-
YUV118.1496.32136.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=41.27%
G=39.05%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301236200.050.520.4953.8235.4237.65
Hex827B3E053431362326
Octal20217376056461664346
Binary1000001011110111111100101110100110001110110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,123,62); }

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

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

 a { background-color: rgb(130,123,62); }

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

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

 span { border-color: rgb(130,123,62); }

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