#827C3E

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

Shades of Highball #827C3E

Tints of Highball #827C3E

Color information

#827C3E (or 0x827C3E) is unknown color: approx Highball. HEX triplet: 82, 7C and 3E. RGB value is (130,124,62). Sum of RGB (Red+Green+Blue) = 130+124+62=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C3E is #7D83C1. Grayscale: #767676. Windows color (decimal): -8225730 or 4095106. OLE color: 4095106.

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

Color convert

RGB13012462-
CMYK00.050.520.49
HSL54.71º35.42%37.65%-
HSV(B)54.71º52.31%50.98%-
XYZ17.2819.517.41-
YUV118.7395.99136.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=41.14%
G=39.24%
B=19.62%

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
Decimal1301246200.050.520.4954.7135.4237.65
Hex827C3E053431372326
Octal20217476056461674346
Binary1000001011111001111100101110100110001110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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