#958C49

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

Shades of Highball #958C49

Tints of Highball #958C49

Color information

#958C49 (or 0x958C49) is unknown color: approx Highball. HEX triplet: 95, 8C and 49. RGB value is (149,140,73). Sum of RGB (Red+Green+Blue) = 149+140+73=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C49 is #6A73B6. Grayscale: #878787. Windows color (decimal): -6976439 or 4820117. OLE color: 4820117.

HSL color Cylindrical-coordinate representation of color #958C49: hue angle of 52.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #958C49 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14914073-
CMYK00.060.510.42
HSL52.89º34.23%43.53%-
HSV(B)52.89º51.01%58.43%-
XYZ22.9825.6310.04-
YUV135.0592.98137.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=41.16%
G=38.67%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491407300.060.510.4252.8934.2343.53
Hex958C4906332A35222c
Octal225214111066352654254
Binary100101011000110010010010110110011101010110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C49; }

 p { color: rgb(149,140,73); }

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

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

 a { background-color: rgb(149,140,73); }

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

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

 span { border-color: rgb(149,140,73); }

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