#948449

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

Shades of Highball #948449

Tints of Highball #948449

Color information

#948449 (or 0x948449) is unknown color: approx Highball. HEX triplet: 94, 84 and 49. RGB value is (148,132,73). Sum of RGB (Red+Green+Blue) = 148+132+73=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #948449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948449 is #6B7BB6. Grayscale: #828282. Windows color (decimal): -7044023 or 4818068. OLE color: 4818068.

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

Color convert

RGB14813273-
CMYK00.110.510.42
HSL47.2º33.94%43.33%-
HSV(B)47.2º50.68%58.04%-
XYZ21.6723.289.65-
YUV130.0695.8140.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=41.93%
G=37.39%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481327300.110.510.4247.233.9443.33
Hex9484490B332A2f222b
Octal2242041110136352574253
Binary1001010010000100100100101011110011101010101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948449; }

 p { color: rgb(148,132,73); }

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

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

 a { background-color: rgb(148,132,73); }

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

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

 span { border-color: rgb(148,132,73); }

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