#958547

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

Shades of Highball #958547

Tints of Highball #958547

Color information

#958547 (or 0x958547) is unknown color: approx Highball. HEX triplet: 95, 85 and 47. RGB value is (149,133,71). Sum of RGB (Red+Green+Blue) = 149+133+71=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958547 is #6A7AB8. Grayscale: #828282. Windows color (decimal): -6978233 or 4687253. OLE color: 4687253.

HSL color Cylindrical-coordinate representation of color #958547: hue angle of 47.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958547 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14913371-
CMYK00.110.520.42
HSL47.69º35.45%43.14%-
HSV(B)47.69º52.35%58.43%-
XYZ21.9223.629.36-
YUV130.7294.3141.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=42.21%
G=37.68%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491337100.110.520.4247.6935.4543.14
Hex9585470B342A30232b
Octal2252051070136452604353
Binary1001010110000101100011101011110100101010110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958547; }

 p { color: rgb(149,133,71); }

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

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

 a { background-color: rgb(149,133,71); }

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

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

 span { border-color: rgb(149,133,71); }

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