#809359

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

Shades of Highland #809359

Tints of Highland #809359

Color information

#809359 (or 0x809359) is unknown color: approx Highland. HEX triplet: 80, 93 and 59. RGB value is (128,147,89). Sum of RGB (Red+Green+Blue) = 128+147+89=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #809359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809359 is #7F6CA6. Grayscale: #868686. Windows color (decimal): -8350887 or 5870464. OLE color: 5870464.

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

Color convert

RGB12814789-
CMYK0.1300.390.42
HSL79.66º24.58%46.27%-
HSV(B)79.66º39.46%57.65%-
XYZ21.1426.1813.39-
YUV134.71102.21123.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=35.16%
G=40.38%
B=24.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147890.1300.390.4279.6624.5846.27
Hex809359D0272A50192e
Octal20022313115047521203156
Binary1000000010010011101100111010100111101010101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809359; }

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

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

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

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

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

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

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

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