#829553

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

Shades of Highland #829553

Tints of Highland #829553

Color information

#829553 (or 0x829553) is unknown color: approx Highland. HEX triplet: 82, 95 and 53. RGB value is (130,149,83). Sum of RGB (Red+Green+Blue) = 130+149+83=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #829553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829553 is #7D6AAC. Grayscale: #888888. Windows color (decimal): -8219309 or 5477762. OLE color: 5477762.

HSL color Cylindrical-coordinate representation of color #829553: hue angle of 77.27º 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 #829553 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB13014983-
CMYK0.1300.440.42
HSL77.27º28.45%45.49%-
HSV(B)77.27º44.3%58.43%-
XYZ21.5126.8712.24-
YUV135.7998.21123.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=35.91%
G=41.16%
B=22.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149830.1300.440.4277.2728.4545.49
Hex829553D02C2A4d1c2d
Octal20222512315054521153455
Binary1000001010010101101001111010101100101010100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829553; }

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

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

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

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

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

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

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

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