#827F39

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

Shades of Highball #827F39

Tints of Highball #827F39

Color information

#827F39 (or 0x827F39) is unknown color: approx Highball. HEX triplet: 82, 7F and 39. RGB value is (130,127,57). Sum of RGB (Red+Green+Blue) = 130+127+57=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F39 is #7D80C6. Grayscale: #787878. Windows color (decimal): -8224967 or 3768194. OLE color: 3768194.

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

Color convert

RGB13012757-
CMYK00.020.560.49
HSL57.53º39.04%36.67%-
HSV(B)57.53º56.15%50.98%-
XYZ17.5320.226.85-
YUV119.9292.49135.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=41.40%
G=40.45%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301275700.020.560.4957.5339.0436.67
Hex827F390238313a2725
Octal20217771027061724745
Binary100000101111111111001010111000110001111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,57); }

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

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

 a { background-color: rgb(130,127,57); }

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

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

 span { border-color: rgb(130,127,57); }

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