#829572

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

Shades of Highland #829572

Tints of Highland #829572

Color information

#829572 (or 0x829572) is unknown color: approx Highland. HEX triplet: 82, 95 and 72. RGB value is (130,149,114). Sum of RGB (Red+Green+Blue) = 130+149+114=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #829572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829572 is #7D6A8D. Grayscale: #8B8B8B. Windows color (decimal): -8219278 or 7509378. OLE color: 7509378.

HSL color Cylindrical-coordinate representation of color #829572: hue angle of 92.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #829572 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB130149114-
CMYK0.1300.230.42
HSL92.57º14.17%51.57%-
HSV(B)92.57º23.49%58.43%-
XYZ22.9927.4620.01-
YUV139.33113.71121.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=33.08%
G=37.91%
B=29.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491140.1300.230.4292.5714.1751.57
Hex829572D0172A5de34
Octal20222516215027521351664
Binary10000010100101011110010110101011110101010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829572; }

 p { color: rgb(130,149,114); }

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

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

 a { background-color: rgb(130,149,114); }

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

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

 span { border-color: rgb(130,149,114); }

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