#829355

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

Shades of Highland #829355

Tints of Highland #829355

Color information

#829355 (or 0x829355) is unknown color: approx Highland. HEX triplet: 82, 93 and 55. RGB value is (130,147,85). Sum of RGB (Red+Green+Blue) = 130+147+85=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #829355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829355 is #7D6CAA. Grayscale: #878787. Windows color (decimal): -8219819 or 5608322. OLE color: 5608322.

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

Color convert

RGB13014785-
CMYK0.1200.420.42
HSL76.45º26.72%45.49%-
HSV(B)76.45º42.18%57.65%-
XYZ21.2826.2712.54-
YUV134.8599.87124.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=35.91%
G=40.61%
B=23.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147850.1200.420.4276.4526.7245.49
Hex829355C02A2A4c1b2d
Octal20222312514052521143355
Binary1000001010010011101010111000101010101010100110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829355; }

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

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

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

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

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

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

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

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