#84975C

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

Shades of Highland #84975C

Tints of Highland #84975C

Color information

#84975C (or 0x84975C) is unknown color: approx Highland. HEX triplet: 84, 97 and 5C. RGB value is (132,151,92). Sum of RGB (Red+Green+Blue) = 132+151+92=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #84975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84975C is #7B68A3. Grayscale: #8A8A8A. Windows color (decimal): -8087716 or 6068100. OLE color: 6068100.

HSL color Cylindrical-coordinate representation of color #84975C: hue angle of 79.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84975C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB13215192-
CMYK0.1300.390.41
HSL79.32º24.28%47.65%-
HSV(B)79.32º39.07%59.22%-
XYZ22.5127.8114.31-
YUV138.59101.71123.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=35.2%
G=40.27%
B=24.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151920.1300.390.4179.3224.2847.65
Hex84975CD027294f1830
Octal20422713415047511173060
Binary1000010010010111101110011010100111101001100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84975C; }

 p { color: rgb(132,151,92); }

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

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

 a { background-color: rgb(132,151,92); }

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

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

 span { border-color: rgb(132,151,92); }

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