#949349

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

Shades of Highball #949349

Tints of Highball #949349

Color information

#949349 (or 0x949349) is unknown color: approx Highball. HEX triplet: 94, 93 and 49. RGB value is (148,147,73). Sum of RGB (Red+Green+Blue) = 148+147+73=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #949349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949349 is #6B6CB6. Grayscale: #8B8B8B. Windows color (decimal): -7040183 or 4821908. OLE color: 4821908.

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

Color convert

RGB14814773-
CMYK00.010.510.42
HSL59.2º33.94%43.33%-
HSV(B)59.2º50.68%58.04%-
XYZ23.8527.6410.38-
YUV138.8690.83134.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=40.22%
G=39.95%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481477300.010.510.4259.233.9443.33
Hex94934901332A3b222b
Octal224223111016352734253
Binary1001010010010011100100101110011101010111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949349; }

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

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

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

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

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

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

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

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