#849363

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

Shades of Highland #849363

Tints of Highland #849363

Color information

#849363 (or 0x849363) is unknown color: approx Highland. HEX triplet: 84, 93 and 63. RGB value is (132,147,99). Sum of RGB (Red+Green+Blue) = 132+147+99=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #849363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849363 is #7B6C9C. Grayscale: #898989. Windows color (decimal): -8088733 or 6525828. OLE color: 6525828.

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

Color convert

RGB13214799-
CMYK0.1000.330.42
HSL78.75º19.51%48.24%-
HSV(B)78.75º32.65%57.65%-
XYZ22.226.6715.78-
YUV137.04106.53124.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=34.92%
G=38.89%
B=26.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147990.1000.330.4278.7519.5148.24
Hex849363A0212A4f1430
Octal20422314312041521172460
Binary1000010010010011110001110100100001101010100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849363; }

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

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

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

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

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

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

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

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