#949439

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

Shades of Highball #949439

Tints of Highball #949439

Color information

#949439 (or 0x949439) is unknown color: approx Highball. HEX triplet: 94, 94 and 39. RGB value is (148,148,57). Sum of RGB (Red+Green+Blue) = 148+148+57=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949439 is #6B6BC6. Grayscale: #898989. Windows color (decimal): -7039943 or 3773588. OLE color: 3773588.

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

Color convert

RGB14814857-
CMYK000.610.42
HSL60º44.39%40.2%-
HSV(B)60º61.49%58.04%-
XYZ23.5427.777.99-
YUV137.6382.5135.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=41.93%
G=41.93%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814857000.610.426044.3940.2
Hex949439003D2A3c2c28
Octal22422471007552745450
Binary100101001001010011100100111101101010111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949439; }

 p { color: rgb(148,148,57); }

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

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

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

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

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

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

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