#827D3C

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

Shades of Highball #827D3C

Tints of Highball #827D3C

Color information

#827D3C (or 0x827D3C) is unknown color: approx Highball. HEX triplet: 82, 7D and 3C. RGB value is (130,125,60). Sum of RGB (Red+Green+Blue) = 130+125+60=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D3C is #7D82C3. Grayscale: #777777. Windows color (decimal): -8225476 or 3964290. OLE color: 3964290.

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

Color convert

RGB13012560-
CMYK00.040.540.49
HSL55.71º36.84%37.25%-
HSV(B)55.71º53.85%50.98%-
XYZ17.3619.747.17-
YUV119.0894.66135.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=41.27%
G=39.68%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301256000.040.540.4955.7136.8437.25
Hex827D3C043631382525
Octal20217574046661704545
Binary1000001011111011111000100110110110001111000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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