#829352

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

Shades of Highland #829352

Tints of Highland #829352

Color information

#829352 (or 0x829352) is unknown color: approx Highland. HEX triplet: 82, 93 and 52. RGB value is (130,147,82). Sum of RGB (Red+Green+Blue) = 130+147+82=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #829352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829352 is #7D6CAD. Grayscale: #868686. Windows color (decimal): -8219822 or 5411714. OLE color: 5411714.

HSL color Cylindrical-coordinate representation of color #829352: hue angle of 75.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829352 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB13014782-
CMYK0.1200.440.42
HSL75.69º28.38%44.9%-
HSV(B)75.69º44.22%57.65%-
XYZ21.1626.2211.93-
YUV134.5198.37124.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=36.21%
G=40.95%
B=22.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147820.1200.440.4275.6928.3844.9
Hex829352C02C2A4c1c2d
Octal20222312214054521143455
Binary1000001010010011101001011000101100101010100110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829352; }

 p { color: rgb(130,147,82); }

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

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

 a { background-color: rgb(130,147,82); }

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

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

 span { border-color: rgb(130,147,82); }

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