#809355

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

Shades of Highland #809355

Tints of Highland #809355

Color information

#809355 (or 0x809355) is unknown color: approx Highland. HEX triplet: 80, 93 and 55. RGB value is (128,147,85). Sum of RGB (Red+Green+Blue) = 128+147+85=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #809355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809355 is #7F6CAA. Grayscale: #868686. Windows color (decimal): -8350891 or 5608320. OLE color: 5608320.

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

Color convert

RGB12814785-
CMYK0.1300.420.42
HSL78.39º26.72%45.49%-
HSV(B)78.39º42.18%57.65%-
XYZ20.9826.1112.53-
YUV134.25100.21123.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=35.56%
G=40.83%
B=23.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147850.1300.420.4278.3926.7245.49
Hex809355D02A2A4e1b2d
Octal20022312515052521163355
Binary1000000010010011101010111010101010101010100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809355; }

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

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

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

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

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

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

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

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