#829161

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

Shades of Highland #829161

Tints of Highland #829161

Color information

#829161 (or 0x829161) is unknown color: approx Highland. HEX triplet: 82, 91 and 61. RGB value is (130,145,97). Sum of RGB (Red+Green+Blue) = 130+145+97=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #829161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829161 is #7D6E9E. Grayscale: #878787. Windows color (decimal): -8220319 or 6394242. OLE color: 6394242.

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

Color convert

RGB13014597-
CMYK0.1000.330.43
HSL78.75º19.83%47.45%-
HSV(B)78.75º33.1%56.86%-
XYZ21.4925.8615.17-
YUV135.04106.53124.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=34.95%
G=38.98%
B=26.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145970.1000.330.4378.7519.8347.45
Hex829161A0212B4f142f
Octal20222114112041531172457
Binary1000001010010001110000110100100001101011100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829161; }

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

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

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

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

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

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

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

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