#829159

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

Shades of Highland #829159

Tints of Highland #829159

Color information

#829159 (or 0x829159) is unknown color: approx Highland. HEX triplet: 82, 91 and 59. RGB value is (130,145,89). Sum of RGB (Red+Green+Blue) = 130+145+89=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #829159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829159 is #7D6EA6. Grayscale: #868686. Windows color (decimal): -8220327 or 5869954. OLE color: 5869954.

HSL color Cylindrical-coordinate representation of color #829159: hue angle of 76.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829159 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB13014589-
CMYK0.1000.390.43
HSL76.07º23.93%45.88%-
HSV(B)76.07º38.62%56.86%-
XYZ21.1325.7213.3-
YUV134.13102.53125.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=35.71%
G=39.84%
B=24.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145890.1000.390.4376.0723.9345.88
Hex829159A0272B4c182e
Octal20222113112047531143056
Binary1000001010010001101100110100100111101011100110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829159; }

 p { color: rgb(130,145,89); }

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

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

 a { background-color: rgb(130,145,89); }

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

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

 span { border-color: rgb(130,145,89); }

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