#809550

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

Shades of Highland #809550

Tints of Highland #809550

Color information

#809550 (or 0x809550) is unknown color: approx Highland. HEX triplet: 80, 95 and 50. RGB value is (128,149,80). Sum of RGB (Red+Green+Blue) = 128+149+80=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #809550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809550 is #7F6AAF. Grayscale: #878787. Windows color (decimal): -8350384 or 5281152. OLE color: 5281152.

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

Color convert

RGB12814980-
CMYK0.1400.460.42
HSL78.26º30.13%44.9%-
HSV(B)78.26º46.31%58.43%-
XYZ21.126.6611.62-
YUV134.8597.04123.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=35.85%
G=41.74%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149800.1400.460.4278.2630.1344.9
Hex809550E02E2A4e1e2d
Octal20022512016056521163655
Binary1000000010010101101000011100101110101010100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809550; }

 p { color: rgb(128,149,80); }

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

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

 a { background-color: rgb(128,149,80); }

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

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

 span { border-color: rgb(128,149,80); }

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