#949247

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

Shades of Highball #949247

Tints of Highball #949247

Color information

#949247 (or 0x949247) is unknown color: approx Highball. HEX triplet: 94, 92 and 47. RGB value is (148,146,71). Sum of RGB (Red+Green+Blue) = 148+146+71=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #949247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949247 is #6B6DB8. Grayscale: #8A8A8A. Windows color (decimal): -7040441 or 4690580. OLE color: 4690580.

HSL color Cylindrical-coordinate representation of color #949247: hue angle of 58.44º 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 #949247 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14814671-
CMYK00.010.520.42
HSL58.44º35.16%42.94%-
HSV(B)58.44º52.03%58.04%-
XYZ23.6327.319.99-
YUV138.0590.16135.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=40.55%
G=40%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481467100.010.520.4258.4435.1642.94
Hex94924701342A3a232b
Octal224222107016452724353
Binary1001010010010010100011101110100101010111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949247; }

 p { color: rgb(148,146,71); }

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

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

 a { background-color: rgb(148,146,71); }

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

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

 span { border-color: rgb(148,146,71); }

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