#849371

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

Shades of Highland #849371

Tints of Highland #849371

Color information

#849371 (or 0x849371) is unknown color: approx Highland. HEX triplet: 84, 93 and 71. RGB value is (132,147,113). Sum of RGB (Red+Green+Blue) = 132+147+113=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #849371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849371 is #7B6C8E. Grayscale: #8A8A8A. Windows color (decimal): -8088719 or 7443332. OLE color: 7443332.

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

Color convert

RGB132147113-
CMYK0.1000.230.42
HSL86.47º13.6%50.98%-
HSV(B)86.47º23.13%57.65%-
XYZ22.9326.9719.62-
YUV138.64113.53123.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=33.67%
G=37.5%
B=28.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471130.1000.230.4286.4713.650.98
Hex849371A0172A56e33
Octal20422316112027521261663
Binary10000100100100111110001101001011110101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849371; }

 p { color: rgb(132,147,113); }

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

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

 a { background-color: rgb(132,147,113); }

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

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

 span { border-color: rgb(132,147,113); }

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