#8C8345

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

Shades of Highball #8C8345

Tints of Highball #8C8345

Color information

#8C8345 (or 0x8C8345) is unknown color: approx Highball. HEX triplet: 8C, 83 and 45. RGB value is (140,131,69). Sum of RGB (Red+Green+Blue) = 140+131+69=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8345 is #737CBA. Grayscale: #7E7E7E. Windows color (decimal): -7568571 or 4555660. OLE color: 4555660.

HSL color Cylindrical-coordinate representation of color #8C8345: hue angle of 52.39º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C8345 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB14013169-
CMYK00.060.510.45
HSL52.39º33.97%40.98%-
HSV(B)52.39º50.71%54.9%-
XYZ20.0122.248.87-
YUV126.6295.48137.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=41.18%
G=38.53%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401316900.060.510.4552.3933.9740.98
Hex8C834506332D342229
Octal214203105066355644251
Binary100011001000001110001010110110011101101110100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8345; }

 p { color: rgb(140,131,69); }

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

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

 a { background-color: rgb(140,131,69); }

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

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

 span { border-color: rgb(140,131,69); }

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